Files
ladybird/Applications/FileManager/Makefile
Nicholas Hollett b7810a31c3 LibDesktop: Switch to LaunchServer for DesktopServices::open
Moves DirectoryServices out of LibCore (because we need to link with
LibIPC), renames it Desktop::Launcher (because Desktop::DesktopServices
doesn't scan right) and ports it to use the LaunchServer which is now
responsible for starting programs for a file.
2020-05-09 15:13:32 +02:00

12 lines
191 B
Makefile

OBJS = \
DirectoryView.o \
FileUtils.o \
PropertiesDialog.o \
main.o
PROGRAM = FileManager
LIB_DEPS = GUI Gfx Desktop IPC Thread Pthread Core
include ../../Makefile.common