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