home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Large Pack of OldSkool DOS MOD Trackers
/
goattracker_2.72.zip
/
src
/
makefile
< prev
next >
Wrap
Makefile
|
2008-07-05
|
136b
|
11 lines
#
# Linux makefile
#
CFLAGS=`sdl-config --cflags`
PREFIX=../linux/
SUFFIX=
LIBS=`sdl-config --libs`
include makefile.common