From 36204af2e063d769058d9e9f5de7ae6fb9c5d3fa Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 27 Jul 2015 22:09:18 -0700 Subject: 1859 --- termbox/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0