mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:57:35 +00:00

The user can rename files, change the permissions and view different properties of the file.
11 lines
160 B
Makefile
11 lines
160 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
DirectoryView.o \
|
|
FileUtils.o \
|
|
PropertiesDialog.o \
|
|
main.o
|
|
|
|
APP = FileManager
|
|
|
|
include ../Makefile.common
|