view Makefile @ 30:3b0b5d73829e

Improve Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 01:17:54 +0200
parents f896fe6a98da
children
line wrap: on
line source

#
# Configuration settings for Linux and generic UNIX
# See other Makefile.* files for more options.
#

# C-compiler, flags and linker flags
CC=gcc
SDL_CFLAGS=`sdl-config --cflags`
SDL_LDFLAGS=`sdl-config --libs`

# Miscellaneous
BINPATH=
OBJPATH=obj/unix/
EXEEXT=

include Makefile.gen