mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
7 lines
103 B
Makefile
Executable File
7 lines
103 B
Makefile
Executable File
OBJS = main.o
|
|
|
|
PROGRAM = Clock.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Draw Core
|
|
|
|
include ../../Makefile.common |