view Makefile @ 26:7f7330567277

Silence some build warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 23:36:46 +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