mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +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
|