From 5196a3660309865635c6d9607e3628f1826851b0 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 08:39:51 +0100 Subject: Tweak makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 943d2c0..22a55e6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG="monique.moccu:5000/gowiki" +TAG = monique.moccu:5000/gowiki all: publish @@ -7,3 +7,6 @@ build: publish: build docker push ${TAG} + +clean: + go clean -- cgit v1.2.3