mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Simon Struthers drew a SerenityOS ladybug and since it's so cute, I figured we could adopt it!
11 lines
206 B
Makefile
Executable File
11 lines
206 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`\"
|
|
|
|
include ../../Makefile.common
|