mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
OBJS = main.o
|
|
|
|
PROGRAM = UserName.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|