From 1c8be40c7e21022e8ff90c062446d84f91b78adc Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 10 May 2024 10:56:06 +0100 Subject: [PATCH] add clean operation to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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