From 5f1285238b09a5f01836138f5bb94654f78588a7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 22 Apr 2015 17:15:19 -0700 Subject: 1136 - switch from ncurses to https://github.com/nsf/termbox --- cpp/termbox/makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpp/termbox/makefile (limited to 'cpp/termbox/makefile') diff --git a/cpp/termbox/makefile b/cpp/termbox/makefile new file mode 100644 index 00000000..58d76b21 --- /dev/null +++ b/cpp/termbox/makefile @@ -0,0 +1,7 @@ +CFLAGS=-O3 -Wall -Wextra -D_XOPEN_SOURCE + +libtermbox.a: utf8.o termbox.o + ar rcs libtermbox.a *.o + +clean: + rm *.o libtermbox.a -- cgit 1.4.1-2-gfad0