diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-11 09:07:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-11 09:07:36 -0700 |
commit | d773e8ab9ada7d5b733ffd56c5170431aceae6a0 (patch) | |
tree | 2387a48d24ce68ec471a7f276a1761da145abc3d /makefile | |
parent | 9edabeaa21186c089a9b11f63ba3164f9fa753fb (diff) | |
download | mu-d773e8ab9ada7d5b733ffd56c5170431aceae6a0.tar.gz |
1976 - fix 'make test'
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
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 |