Skip to content

Commit

Permalink
Changed .PNONY to .PHONY in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxx committed Mar 1, 2019
1 parent 9cf45e0 commit 18c3de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18c3de6

Please sign in to comment.