1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 06:51:00 +00:00
serenity/MenuApplets/Clock/Makefile
2020-05-03 14:24:08 +02:00

7 lines
No EOL
102 B
Makefile

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