mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
OBJS = \
|
|
DirectoryView.o \
|
|
FileUtils.o \
|
|
PropertiesDialog.o \
|
|
main.o
|
|
|
|
PROGRAM = FileManager
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|