From a8d0b6caa8e8fea7fbcd3dd583d50a3b2503b3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 7 May 2020 22:53:37 +0200 Subject: [PATCH] build: add PHONY target for "release" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc5af2b..b4e973f 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ prepare: docker pull debian:stretch-slim FORCE_REBUILD=1 $(MAKE) -.PHONY: all build tag push clean prepare +.PHONY: all build tag push clean prepare release