From ae685879871a7e99921a18f5a986c8a0ead6550d Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 7 Aug 2020 12:02:02 +0200 Subject: [PATCH] cleanup makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf197cc1..125e5fcc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -.PHONY: $(shell ls) - BASE_IMAGE = golang:1.14-alpine3.12 +.PHONY: $(shell ls) + help: @echo "usage: make [action]" @echo ""