From 18c3de6760c8dbe12da83c1efb16adbc7175f9b8 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 1 Mar 2019 09:44:59 -0800 Subject: [PATCH] Changed .PNONY to .PHONY in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ceb9fbc..a103b0d 100644 --- a/Makefile +++ b/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