about summary refs log tree commit diff stats
path: root/termbox/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'termbox/makefile')
-rw-r--r--termbox/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/termbox/makefile b/termbox/makefile
index 8bdd2704..f6a4fe74 100644
--- a/termbox/makefile
+++ b/termbox/makefile
@@ -3,7 +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
+termbox.o: termbox.h termbox.c input.inl output.inl bytebuffer.inl
 
 clean:
 	-rm *.o libtermbox.a