From b96af395b9af2ff9df94b3e82213171f30827c8d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 21:17:24 -0700 Subject: 1276 - make C++ version the default I've tried to update the Readme, but there are at least a couple of issues. --- termbox/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 termbox/makefile (limited to 'termbox/makefile') diff --git a/termbox/makefile b/termbox/makefile new file mode 100644 index 00000000..8bdd2704 --- /dev/null +++ b/termbox/makefile @@ -0,0 +1,9 @@ +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 -- cgit 1.4.1-2-gfad0