From 49df4712fdc7408e91ee44788aed620242531acd Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Mon, 21 Jan 2019 19:18:07 +0100 Subject: [PATCH] clean task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 706e08a..39aa8f9 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ STATIC_VFS=vfs/static.go test: $(STATIC_VFS) go test ./... +clean: + rm $(STATIC_VFS) + rm mapserver + $(STATIC_VFS): go get github.com/mjibson/esc ${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static