mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
7 lines
102 B
Makefile
Executable File
7 lines
102 B
Makefile
Executable File
OBJS = main.o
|
|
|
|
PROGRAM = Clock.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common |