Skip to content

Commit

Permalink
fix makefile bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvintian committed Jul 22, 2022
1 parent 5e646ac commit ed195b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin:
mkdir .bin
mkdir ./bin

VERSION=$(shell date +'%y%m%d%H%M%S')
LDFLAGS=-X 'main.version=$(VERSION)'
Expand Down

0 comments on commit ed195b3

Please sign in to comment.