Skip to content

Commit

Permalink
Add clean make target
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 26, 2023
1 parent 5cc641e commit 2775dbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ rpm: tar

mock: srpm
mock -r fedora-38-x86_64 .//rpmbuild/SRPMS/hstsparser-$(VERSION)-1.fc38.src.rpm


clean:
rm -rf rpmbuild

0 comments on commit 2775dbc

Please sign in to comment.