diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-07-27 22:09:18 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-07-27 22:09:18 -0700 |
commit | 36204af2e063d769058d9e9f5de7ae6fb9c5d3fa (patch) | |
tree | d0747e09b9f522ac3d1de4c42dc8166c7ec9ae56 /termbox | |
parent | 5475ffd23d7b481d3edd7fe18a237b91fd58bdc8 (diff) | |
download | mu-36204af2e063d769058d9e9f5de7ae6fb9c5d3fa.tar.gz |
1859
Diffstat (limited to 'termbox')
-rw-r--r-- | termbox/makefile | 2 |
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 |