mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
Build: only setup git defines for About application
This commit is contained in:
parent
44bc4008b7
commit
23158aef2e
2 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@ PROGRAM = About
|
|||
|
||||
LDFLAGS = -lgui -ldraw -lipc -lcore -lc
|
||||
|
||||
DEFINES += -DGIT_COMMIT=\"`git rev-parse --short HEAD`\" -DGIT_BRANCH=\"`git rev-parse --abbrev-ref HEAD`\" -DGIT_CHANGES=\"`git diff-index --quiet HEAD -- && echo "tracked"|| echo "untracked"`\"
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue