Skip to content

Commit

Permalink
make: add a clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jul 20, 2022
1 parent ddf1a86 commit b6f1e74
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 @@ -37,4 +37,7 @@ uninstall: ${MANPAGE_FILES}
rm ${PREFIX_MAN}/man3/$$(basename $$m); \
done

.PHONY: all check install uninstall html
clean:
rm -f ${HTML_FILES}

.PHONY: all check install uninstall html clean

0 comments on commit b6f1e74

Please sign in to comment.