diff --git a/Makefile b/Makefile index b8d762e..b2ab358 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRC = lisgd.c OBJ = ${SRC:.c=.o} -LDFLAGS = -linput +LDFLAGS = -linput -lm all: options lisgd