diff --git a/Makefile b/Makefile index d70fde09..3ccd5e37 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,7 @@ rpm: $(MAKE) -C packaging/rpm rpmtest: - $(MAKE) LATEST=`git stash create` -C packaging/rpm \ No newline at end of file + $(MAKE) LATEST=`git stash create` -C packaging/rpm + +clean: + rm -rf SOURCES pkgs \ No newline at end of file