Skip to content

Commit

Permalink
add clean operation to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed May 10, 2024
1 parent c251329 commit 1c8be40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ rpm:
$(MAKE) -C packaging/rpm

rpmtest:
$(MAKE) LATEST=`git stash create` -C packaging/rpm
$(MAKE) LATEST=`git stash create` -C packaging/rpm

clean:
rm -rf SOURCES pkgs

0 comments on commit 1c8be40

Please sign in to comment.