diff --git a/Makefile b/Makefile index 4c86c8f..af07237 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +PREFIX = /usr SRC = lisgd.c OBJ = ${SRC:.c=.o} LDFLAGS = -linput -lm