1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:08:10 +00:00
serenity/MenuApplets/UserName/Makefile
asliturk 57edcb54c2 MenuApplets: Add UserName applet.
Move code from WindowServer.WSMenuManager to the applet.
2020-02-09 10:37:35 +01:00

7 lines
105 B
Makefile

OBJS = main.o
PROGRAM = UserName.MenuApplet
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common