1
Fork 0
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:
joshua stein 2019-12-20 15:35:49 -06:00 committed by Andreas Kling
parent 44bc4008b7
commit 23158aef2e
2 changed files with 3 additions and 1 deletions

View file

@ -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