about summary refs log tree commit diff stats
path: root/termbox
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-27 22:09:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-27 22:09:18 -0700
commit36204af2e063d769058d9e9f5de7ae6fb9c5d3fa (patch)
treed0747e09b9f522ac3d1de4c42dc8166c7ec9ae56 /termbox
parent5475ffd23d7b481d3edd7fe18a237b91fd58bdc8 (diff)
downloadmu-36204af2e063d769058d9e9f5de7ae6fb9c5d3fa.tar.gz
1859
Diffstat (limited to 'termbox')
-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