mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 13:00:59 +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
|