mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 10:30:59 +00:00
8 lines
104 B
Makefile
Executable file
8 lines
104 B
Makefile
Executable file
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = SystemDialog
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|