mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Changed .PNONY to .PHONY in Makefile
This commit is contained in:
parent
9cf45e0be9
commit
18c3de6760
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue