Skip to content

Commit

Permalink
Makefile: clean man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Mar 15, 2024
1 parent 214c27d commit ceb4ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ cleanall: clean

.PHONY: clean
clean:
rm -f ld-iamroot.so libiamroot.so* fuzzer *.o *.i
rm -f ld-iamroot.so libiamroot.so* fuzzer *.o *.i *.1.gz *.7.gz *.8.gz
$(MAKE) -C tests $@

.PHONY: mrproper
Expand Down

0 comments on commit ceb4ef4

Please sign in to comment.