Changed .PNONY to .PHONY in Makefile

This commit is contained in:
Justin 2019-03-01 09:44:59 -08:00
parent 9cf45e0be9
commit 18c3de6760

View file

@ -32,4 +32,4 @@ tag:
cd ../smtp; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION}
cd ../storage; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION}
.PNONY: all combined release fmt release-deps pull tag
.PHONY: all combined release fmt release-deps pull tag