mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-05 21:49:04 +01:00
Simplify git call in Makefile
This commit is contained in:
parent
fc7f881767
commit
a5617b65f8
3
Makefile
3
Makefile
@ -20,8 +20,7 @@
|
||||
|
||||
# The following line (GLOBALCONF) is the only line you should need to edit!
|
||||
GLOBALCONF = /usr/share/boxes
|
||||
# TODO update git call
|
||||
GIT_STATUS = ($(shell git rev-parse --short HEAD)$(shell if [ $$(git status -s -uall | wc -l) -ge 1 ] ; then echo ", dirty" ; fi))
|
||||
GIT_STATUS = ($(shell git describe --dirty --always))
|
||||
BVERSION = 1.3.1-SNAPSHOT
|
||||
|
||||
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
|
||||
|
Loading…
Reference in New Issue
Block a user