diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-16 16:18:26 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-16 16:18:26 -0700 |
commit | e45c1ce281933f5cc6662d14e03feb195a289143 (patch) | |
tree | f8c0c8b029be6bc5c07f73d3d0735a01a4641ef4 /makefile | |
parent | 7b7aa5f66c756198b9cfdf2f616bb98e2c84c7b8 (diff) | |
download | mu-e45c1ce281933f5cc6662d14e03feb195a289143.tar.gz |
1573
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 9b357d5e..2ccf8f2c 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ enumerate/enumerate: tangle/tangle: cd tangle && make && ./tangle test -termbox/libtermbox.a: +termbox/libtermbox.a: termbox/*.c termbox/*.h termbox/*.inl cd termbox && make .PHONY: autogenerated_lists test valgrind clang opt clang+opt clena |