aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6e296de9..9a0315db 100644
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,14 @@ test-lexing: test-lexing.o $(COMMON)
test-parsing: test-parsing.o $(COMMON)
gcc -o $@ $< $(COMMON)
-test-parsing.o: $(HEADERS)
-test-lexing.o: $(HEADERS)
-tokenize.o: $(HEADERS)
+lib.o: $(HEADERS)
parse.o: $(HEADERS)
+pre-process.o: $(HEADERS)
+scope.o: $(HEADERS)
symbol.o: $(HEADERS)
+test-lexing.o: $(HEADERS)
+test-parsing.o: $(HEADERS)
+tokenize.o: $(HEADERS)
clean:
rm -f *.[oasi] core core.[0-9]* $(PROGRAMS)