about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
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