view Makefile @ 0:32250b436bca

Initial re-import.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 01:54:23 +0300
parents
children 6e169d87d963
line wrap: on
line source

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

RANLIB=ranlib

BINPATH ?= ./exe/
OBJPATH ?= ./unix/
EXEEXT ?=

include Makefile.gen