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