mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
7 lines
No EOL
102 B
Makefile
Executable file
7 lines
No EOL
102 B
Makefile
Executable file
OBJS = main.o
|
|
|
|
PROGRAM = Clock.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common |