summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2dc8a02..4ff9837 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ YACC = bison
CC = gcc -g
CFLAGS = -DYYDEBUG=1
LIBS = -lreadline -lfl -lm
+.SUFFIXES:
lisp: lisp.c lisp.tab.o lex.yy.o
$(CC) $(CFLAGS) -o $@ lisp.c lisp.tab.o lex.yy.o $(LIBS)