summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:08:24 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:08:24 +0300
commit1e39ef27a14a498bfc578aafe5c36f86cb76edd2 (patch)
treeea174846b75274e7328eca2a562302558f52392c
parent8a981e9aa73c06132cfff1b2a67b8e5e39e98856 (diff)
make: depend on the included .lm files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a63ae06..f3cc93a 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ $(bins): %:
fspec-compiler-native.a: private CFLAGS = -Wno-unusued-parameter
fspec-compiler-native.a: src/compiler/native.c
fspec-compiler.a: private CFLAGS = -std=c11
-fspec-compiler.a: src/compiler/compiler.c fspec-compiler-native.a
+fspec-compiler.a: src/compiler/compiler.c src/compiler/expr.lm src/compiler/types.lm fspec-compiler-native.a
fspec-info: private LDLIBS += -lcolm
fspec-info: src/bin/fspec-info.c fspec-compiler.a fspec-compiler-native.a