Don't delete certs when cleaning

This commit is contained in:
IamTheFij 2023-09-19 13:18:27 -07:00
parent 83279f4fbf
commit fb0fe18eb7
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ certs/key.pem:
clean:
rm -f ./slack-status
rm -fr ./dist
.PHONY: clean-certs
clean-certs:
rm -fr ./certs
.PHONY: install-hooks