fart/Makefile
2011-02-10 11:47:49 -05:00

11 lines
78 B
Makefile

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