mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
9 lines
104 B
Makefile
Executable File
9 lines
104 B
Makefile
Executable File
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = SystemDialog
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|