Skip to content

Commit df8e402

Browse files
author
Chris Stockton
committed
fix: use CURDIR for tools/Makefile
1 parent 3e619ea commit df8e402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BIN_DIR := $(PWD)/bin
1+
BIN_DIR := $(CURDIR)/bin
22

33
all: \
44
$(BIN_DIR)/gosec \

0 commit comments

Comments
 (0)