mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 01:46:46 +02: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
|