sdlterm/Makefile
changeset 47 537d7c6b48a2
child 72 6e0656600754
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdlterm/Makefile	Sat Jan 05 00:40:27 2013 +0100
@@ -0,0 +1,8 @@
+CXXFLAGS=`sdl-config --cflags` -g -Wall -std=c++11 -Isrc
+LDFLAGS=`sdl-config --libs` -lSDL_ttf
+VPATH=src
+
+demo: demo.cc sdlterm.cc sdlterm.h
+
+clean:
+	rm -f demo