mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
11 lines
206 B
Makefile
11 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
|