diff options
Diffstat (limited to 'cpp/termbox/makefile')
-rw-r--r-- | cpp/termbox/makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/termbox/makefile b/cpp/termbox/makefile deleted file mode 100644 index 8bdd2704..00000000 --- a/cpp/termbox/makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 |