mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-29 15:20:24 +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
|