view Makefile @ 35:1bac8390dafc

This function is in dmlib now.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 06:42:20 +0300
parents f5c5af85ccfd
children d17d31b736c2
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

BINARIES=krapula

include $(DMLIB)Makefile.gen