initial import for sdlhaa & sdlhim
[sdlhildon] / sdlhim / test / Makefile
1 CFLAGS:=-Wall -g $(shell sdl-config --cflags)
2 LDLIBS:=$(shell sdl-config --libs) -lSDL_him -lSDL_ttf
3
4 all: test
5
6 clean:
7         rm -f test *.o
8