ladybird/Applications/FileManager/Makefile
Till Mayer b0b523e973 FileManager: Added properties dialog
The user can rename files, change the permissions and view different
properties of the file.
2019-11-20 23:23:57 +01:00

11 lines
160 B
Makefile

include ../../Makefile.common
OBJS = \
DirectoryView.o \
FileUtils.o \
PropertiesDialog.o \
main.o
APP = FileManager
include ../Makefile.common