Remove make clean for now, fixes Travis

This commit is contained in:
Daniel Oaks 2018-01-07 18:35:57 +10:00
parent 2b383145e5
commit 1c4f316ca9
1 changed files with 2 additions and 6 deletions

View File

@ -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