view Makefile @ 25:f896fe6a98da

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 23:35:52 +0200
parents 2ac93f2b93ae
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