about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-16 16:18:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-16 16:18:26 -0700
commite45c1ce281933f5cc6662d14e03feb195a289143 (patch)
treef8c0c8b029be6bc5c07f73d3d0735a01a4641ef4 /makefile
parent7b7aa5f66c756198b9cfdf2f616bb98e2c84c7b8 (diff)
downloadmu-e45c1ce281933f5cc6662d14e03feb195a289143.tar.gz
1573
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
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