Merge pull request #239 from kraxx/makefile-typo

Changed .PNONY to .PHONY in Makefile
This commit is contained in:
Tyndyll 2019-10-15 09:40:30 +01:00 committed by GitHub
commit f5559ac003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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