mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00: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 |