loadTexture/Makefile
2011-05-16 14:52:59 -04:00

11 lines
78 B
Makefile

export SCONSFLAGS := -Q
all:
@scons
install:
@scons $@
clean:
@scons -c