summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7faf0c739d..eb75256992 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ llmr: config.gypi llmr.gyp
##### Test cases ###############################################################
-build/test/Makefile: config.gypi test/test.gyp
+build/test/Makefile: src common config.gypi test/test.gyp
deps/run_gyp test/test.gyp --depth=. -Goutput_dir=.. --generator-output=./build/test -f make
test: build/test/Makefile
@@ -72,4 +72,4 @@ clean:
distclean: clean
-rm -rf ./build
-.PHONY: llmr test linux build/test/Makefile
+.PHONY: llmr test linux