view Makefile @ 21:ea93b1d5c894

Use the dmsimple demo engine "framework".
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 17:00:01 +0300
parents 5caa361f3972
children f5c5af85ccfd
line wrap: on
line source

#
# Generic UNIX targets
#
SDL_CFLAGS=`sdl-config --cflags`
SDL_LDFLAGS=`sdl-config --static-libs`

RANLIB=ranlib

DMLIB = ./dmlib/
BINPATH ?= ./
OBJPATH ?= ./unix/
EXEEXT ?= .bin

BINARIES=krapula

include $(DMLIB)Makefile.gen