mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
The user can rename files, change the permissions and view different properties of the file.
12 lines
160 B
Makefile
12 lines
160 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
DirectoryView.o \
|
|
FileUtils.o \
|
|
PropertiesDialog.o \
|
|
main.o
|
|
|
|
APP = FileManager
|
|
|
|
include ../Makefile.common
|