Makefile: Add README to .PHONY targets

This commit is contained in:
Andrea Rogers 2024-04-14 23:43:00 -05:00
commit 6ea9a4b7a4

View file

@ -52,7 +52,7 @@ install: dist
clean:
rm -rf dist
.PHONY: dist install
.PHONY: dist install README
### README #####################################################################