mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Remove make clean for now, fixes Travis
This commit is contained in:
parent
2b383145e5
commit
1c4f316ca9
1 changed files with 2 additions and 6 deletions
8
Makefile
8
Makefile
|
|
@ -1,10 +1,6 @@
|
||||||
.PHONY: all clean build
|
.PHONY: all build
|
||||||
|
|
||||||
all: clean build
|
all: build
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf $(BUILD)
|
|
||||||
mkdir -p $(BUILD)
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
goreleaser --snapshot --rm-dist
|
goreleaser --snapshot --rm-dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue