1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 15:11:00 +00:00
serenity/Applications/About/Makefile
2020-05-03 14:24:08 +02:00

10 lines
206 B
Makefile

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`\"
include ../../Makefile.common