Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Jul 16, 2024
1 parent 2903d9d commit 225d1ee
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 @@
TAG?=$(shell git describe --abbrev=0 --tags 2>/dev/null || echo "v0.0.0" )
COMMIT?=$(shell git rev-parse --short HEAD)
COMMIT?=$(shell git rev-parse HEAD)

default: build

Expand Down

0 comments on commit 225d1ee

Please sign in to comment.