about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-11 09:07:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-11 09:07:36 -0700
commitd773e8ab9ada7d5b733ffd56c5170431aceae6a0 (patch)
tree2387a48d24ce68ec471a7f276a1761da145abc3d
parent9edabeaa21186c089a9b11f63ba3164f9fa753fb (diff)
downloadmu-d773e8ab9ada7d5b733ffd56c5170431aceae6a0.tar.gz
1976 - fix 'make test'
-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