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/makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/termbox/makefile b/termbox/makefile
deleted file mode 100644
index 3ee05b69..00000000
--- a/termbox/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS=-O3 -Wall -Wextra
-
-libtermbox.a: utf8.o termbox.o
-	ar rcs libtermbox.a *.o
-
-termbox.o: termbox.h termbox.c input.inl output.inl bytebuffer.inl
-
-clean:
-	-rm *.o libtermbox.a