mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
parent
f0558346b2
commit
df7c6cc781
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERCMD ?= git describe 2> /dev/null
|
VERCMD ?= git describe --tags 2> /dev/null
|
||||||
VERSION := $(shell $(VERCMD) || cat VERSION)
|
VERSION := $(shell $(VERCMD) || cat VERSION)
|
||||||
|
|
||||||
CPPFLAGS += -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\"
|
CPPFLAGS += -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\"
|
||||||
|
|
Loading…
Add table
Reference in a new issue