mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
DirectoryView.o \
|
|
FileUtils.o \
|
|
main.o
|
|
|
|
APP = FileManager
|
|
|
|
include ../Makefile.common
|