Skip to content

Commit ebd8a42

Browse files
committed
Remove $(BIN_DIR) in Makefile
It is not used anywhere in the current Makefile. It came from 89771bd and should have been removed with 697787e
1 parent df1ec55 commit ebd8a42

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)