Skip to content

Commit

Permalink
also clean test/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Nov 25, 2023
1 parent 4c6765c commit b71b1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ clean:
cd lib && ${MAKE} clean
cd src && ${MAKE} clean
cd test/tap && ${MAKE} clean
cd test/deps && ${MAKE} clean
rm -f pkgroot || true

.PHONY: cleanall
Expand All @@ -305,6 +306,7 @@ cleanall:
cd lib && ${MAKE} clean
cd src && ${MAKE} clean
cd test/tap && ${MAKE} clean
cd test/deps && ${MAKE} cleanall
rm -f binaries/*deb || true
rm -f binaries/*rpm || true
rm -f binaries/*id-hash || true
Expand Down

0 comments on commit b71b1e9

Please sign in to comment.