mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 10:16:41 +00:00
11 lines
306 B
Makefile
Executable File
11 lines
306 B
Makefile
Executable File
OBJS = \
|
|
main.o
|
|
|
|
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
|