view Makefile @ 5:686cfe0b7ee4

Fix paths.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 05:16:10 +0300
parents c12a8dda22bb
children 5caa361f3972
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 ?=

BINARIES=krapula

include $(DMLIB)Makefile.gen