dxx-rebirth/Makefile
md2211 7db969b9fe * Going back to PHYSFS_file type (lower-case 'f') for compatibility
* Turning off sound debug flags
* Optional micro versions (see SConstruct)
* Makefile emulation for SCons
2007-02-14 21:02:46 +00:00

20 lines
270 B
Makefile

# Makefile emulation for the SCons build system
#SCONSFLAGS="sdlmixer=1"
all: build
info:
@LANG=C svn info | grep '^Revision:' | cut -d' ' -f2 | xargs echo 'Based on revision'
build:
scons $(SCONSFLAGS)
install:
scons install
clean:
scons -c
distclean: clean