dwss/Makefile
2010-11-24 13:48:34 -05:00

11 lines
78 B
Makefile

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