dxx-rebirth/Makefile
md2211 2a5142e82b First release of the new in-game jukebox system
Specify a music directory with -jukebox
2007-03-12 21:56:41 +00:00

20 lines
269 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