view Makefile @ 39:57d67886153e

Update to latest engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Oct 2012 03:24:47 +0300
parents d17d31b736c2
children 9cbb03e85597
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 ?= ./obj/unix/
EXEEXT ?= .bin

include $(DMLIB)Makefile.gen