mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +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
|