Skip to content

Commit 85a076c

Browse files
Merge pull request #1265 from hongkailiu/clean-up-BIN_DIR
NO-JIRA: Remove $(BIN_DIR) in Makefile
2 parents 60cff2f + ebd8a42 commit 85a076c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
BIN_DIR?=./bin
2-
31
all: build
42
.PHONY: all
53

@@ -49,5 +47,4 @@ verify-update: update
4947

5048
clean:
5149
rm -rf _output/
52-
rm -rf bin
5350
.PHONY: clean

0 commit comments

Comments
 (0)