about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4af684ea..7b8192ec 100644
--- a/makefile
+++ b/makefile
@@ -21,9 +21,9 @@ tangle/tangle:
 termbox/libtermbox.a: termbox/*.c termbox/*.h termbox/*.inl
 	cd termbox && make
 
-.PHONY: autogenerated_lists test valgrind clang opt clang+opt clena
+.PHONY: all autogenerated_lists test valgrind clang opt clang+opt clena
 
-test: mu_bin
+test: mu_bin core.mu
 	./mu_bin test
 
 valgrind: clang+opt