glsl/lighting/Makefile
2011-04-30 19:47:55 -04:00

11 lines
78 B
Makefile

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