mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 08:14:04 +00:00
Merge pull request #239 from kraxx/makefile-typo
Changed .PNONY to .PHONY in Makefile
This commit is contained in:
commit
f5559ac003
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 ../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}
|
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