Browse Source

build: add PHONY target for "release"

Saúl Ibarra Corretgé 5 năm trước cách đây
mục cha
commit
a8d0b6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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