1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Demos/HelloWorld/Makefile
2020-02-06 12:04:00 +01:00

8 lines
102 B
Makefile

OBJS = \
main.o
PROGRAM = HelloWorld
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common