We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1ec55 commit ebd8a42Copy full SHA for ebd8a42
1 file changed
Makefile
@@ -1,5 +1,3 @@
1
-BIN_DIR?=./bin
2
-
3
all: build
4
.PHONY: all
5
@@ -49,5 +47,4 @@ verify-update: update
49
47
50
48
clean:
51
rm -rf _output/
52
- rm -rf bin
53
.PHONY: clean
0 commit comments