sdlterm/Makefile
author Radek Brich <radek.brich@devl.cz>
Sun, 27 Jan 2013 23:51:59 +0100
changeset 70 db2eab0beb45
parent 47 537d7c6b48a2
child 72 6e0656600754
permissions -rw-r--r--
Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack. Application: Add overridable startup() method. Fix Widget draw clipping.

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