3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

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

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