diff --git a/Makefile b/Makefile index a4444ff..2277957 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,4 @@ rpm: dist-gzip $(PACKAGE_NAME)-cockpit.spec find `pwd`/output -name '*.rpm' -printf '%f\n' -exec mv {} . \; rm -r "`pwd`/rpmbuild" + rm -r "`pwd`/output" "`pwd`/build"