1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Applications/FileManager/Makefile
Aaron Malpas 7841aadb41 FileManager: Create FileUtils
This could later be replaced with library-provided utility functions
when/if they exist.
2019-09-10 19:28:41 +02:00

10 lines
138 B
Makefile

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