mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 20:31:01 +00:00
7 lines
No EOL
103 B
Makefile
Executable file
7 lines
No EOL
103 B
Makefile
Executable file
OBJS = main.o
|
|
|
|
PROGRAM = Clock.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Draw Core
|
|
|
|
include ../../Makefile.common |