From 1c4f316ca93c0cc7fd3b6c4de7db672255df07ce Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 7 Jan 2018 18:35:57 +1000 Subject: [PATCH] Remove make clean for now, fixes Travis --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 100fc001..e7eb260f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -.PHONY: all clean build +.PHONY: all build -all: clean build - -clean: - rm -rf $(BUILD) - mkdir -p $(BUILD) +all: build build: goreleaser --snapshot --rm-dist