Browse Source

Remove make clean for now, fixes Travis

tags/v0.11.0-alpha
Daniel Oaks 6 years ago
parent
commit
1c4f316ca9
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      Makefile

+ 2
- 6
Makefile View File

@@ -1,10 +1,6 @@
1
-.PHONY: all clean build
1
+.PHONY: all build
2 2
 
3
-all: clean build
4
-
5
-clean:
6
-	rm -rf $(BUILD)
7
-	mkdir -p $(BUILD)
3
+all: build
8 4
 
9 5
 build:
10 6
 	goreleaser --snapshot --rm-dist

Loading…
Cancel
Save