Skip to content

Commit

Permalink
back to functioning makefile for git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdfly committed May 12, 2023
1 parent e2a6baf commit bd2e2a8
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 @@
NOW_RFC3339 = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
GIT_BRANCH = $(shell giasdft symbolic-ref --short HEAD 2>/dev/null ||:)
GIT_BRANCH = $(shell git symbolic-ref --short HEAD 2>/dev/null ||:)

all: build cmddocs

Expand Down

0 comments on commit bd2e2a8

Please sign in to comment.