Files
ladybird/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

8 lines
105 B
Makefile

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