glsl/template/Makefile
2011-04-27 22:25:02 -04:00

11 lines
78 B
Makefile

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