mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
10 lines
294 B
Makefile
Executable file
10 lines
294 B
Makefile
Executable file
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = About
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
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
|