ladybird/Applications/SystemDialog/Makefile
Andreas Kling f98b1f635b SystemDialog: Add a new app for showing system dialogs.
Currently this will be used by the WindowServer to show some dialogs.
This is needed since WindowServer can't use LibGUI and reimplementing
message box functionality inside WindowServer would be silly. :^)

The only dialog supported in this initial version is --shutdown
2019-07-16 21:41:13 +02:00

9 lines
99 B
Makefile
Executable File

include ../../Makefile.common
OBJS = \
main.o
APP = SystemDialog
include ../Makefile.common