mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 06:40:59 +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
|