about summary refs log tree commit diff stats
path: root/cpp/termbox/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/termbox/makefile')
-rw-r--r--cpp/termbox/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/termbox/makefile b/cpp/termbox/makefile
index 58d76b21..21055318 100644
--- a/cpp/termbox/makefile
+++ b/cpp/termbox/makefile
@@ -3,5 +3,7 @@ CFLAGS=-O3 -Wall -Wextra -D_XOPEN_SOURCE
 libtermbox.a: utf8.o termbox.o
 	ar rcs libtermbox.a *.o
 
+termbox.o: termbox.c input.inl output.inl bytebuffer.inl
+
 clean:
 	rm *.o libtermbox.a