mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 02:40:38 +00:00
30556a0a93
I probably would've done INI config removal in another commit, but it fit well here because I didn't want to pledge wpath for SystemMenu if I didn't need to. Frankly, that's something that I think should be done: allow ConfigFile to be used read-only.
9 lines
119 B
Makefile
9 lines
119 B
Makefile
OBJS = \
|
|
main.o \
|
|
PowerDialog.o
|
|
|
|
PROGRAM = SystemMenu
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|