mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-05-07 02:50:28 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = HelloWorld
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|