Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 31, 2024
1 parent 9bffa5c commit 37ae4ec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
PKG = github.com/k1LoW/tbls
COMMIT = $$(git describe --tags --always)
OSNAME=${shell uname -s}
ifeq ($(OSNAME),Darwin)
SED = gsed
DATE = $$(gdate --utc '+%Y-%m-%d_%H:%M:%S')
else
SED = sed
DATE = $$(date --utc '+%Y-%m-%d_%H:%M:%S')
endif
DATE = $$(date '+%Y-%m-%d_%H:%M:%S%z')

export GO111MODULE=on
export AWS_ACCESS_KEY_ID=dummy
Expand Down

0 comments on commit 37ae4ec

Please sign in to comment.