Explorar o código

build: add PHONY target for "release"

Saúl Ibarra Corretgé %!s(int64=5) %!d(string=hai) anos
pai
achega
a8d0b6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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