initial import for sdlhaa & sdlhim
[sdlhildon] / sdlhim / test / Makefile
diff --git a/sdlhim/test/Makefile b/sdlhim/test/Makefile
new file mode 100644 (file)
index 0000000..80aa137
--- /dev/null
@@ -0,0 +1,8 @@
+CFLAGS:=-Wall -g $(shell sdl-config --cflags)
+LDLIBS:=$(shell sdl-config --libs) -lSDL_him -lSDL_ttf
+
+all: test
+
+clean:
+       rm -f test *.o
+