mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +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
|