build: Moved the 'sdl' rather to 'SDL'.
[gfxprim.git] / tests / SDL / Makefile
blobe186c7af32f13b03a89828a122f7539dfa94a60b
1 TOPDIR=../..
3 CSOURCES=$(shell echo *.c)
5 INCLUDE=core gfx SDL backends
6 LDLIBS+=-lGP -L$(TOPDIR)/build/ -lGP_SDL -lSDL
8 APPS=pixeltest fileview fonttest linetest randomshapetest shapetest sierpinsky\
9 symbolstest textaligntest trianglefps
11 include $(TOPDIR)/include.mk
12 include $(TOPDIR)/app.mk