Browse Source

build: add PHONY target for "release"

Saúl Ibarra Corretgé 5 years ago
parent
commit
a8d0b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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