1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 10:30:59 +00:00
serenity/Applications/SystemDialog/Makefile
2020-02-06 12:04:00 +01:00

8 lines
104 B
Makefile
Executable file

OBJS = \
main.o
PROGRAM = SystemDialog
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common