aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b576664..0bc98b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -58,8 +58,8 @@ linearize.o: $(LIB_H)
test-lexing.o: $(LIB_H)
test-parsing.o: $(LIB_H)
test-linearize.o: $(LIB_H)
-compile.o: $(LIB_H)
-compile-i386.o: $(LIB_H)
+compile.o: $(LIB_H) compile.h
+compile-i386.o: $(LIB_H) compile.h
tokenize.o: $(LIB_H)
check.o: $(LIB_H)