added clean Makefile target

This commit is contained in:
Josh Holtrop 2010-11-24 13:48:34 -05:00
parent 9aa64e4227
commit 97921666da

View File

@ -5,3 +5,6 @@ all:
install:
@scons $@
clean:
@scons -c