view Makefile @ 44:e6cb35183ace default tip

Create object file target directory automatically.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 07:23:05 +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