diff --git a/Makefile b/Makefile index 840bd81..c5213ff 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ all: install: @scons $@ + +clean: + @scons -c