We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2e916 commit 9fddea4Copy full SHA for 9fddea4
Makefile
@@ -14,7 +14,7 @@ SOURCES = main.c system.c usbd_conf.c usbd_cdc_if.c usb_device.c usbd_desc.c int
14
15
# Get git version and dirty flag
16
GIT_VERSION := $(shell git describe --abbrev=7 --dirty --always --tags)
17
-GIT_REMOTE := $(shell git config --get remote.origin.url)
+GIT_REMOTE := $(shell git config --get remote.origin.url | sed 's/^.*github/github/')
18
19
# TARGET: name of the user application
20
TARGET = canable-$(GIT_VERSION)
0 commit comments