1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/MenuApplets/Clock/Makefile
2020-02-06 12:04:00 +01:00

7 lines
No EOL
102 B
Makefile
Executable file

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