mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
10 lines
120 B
Makefile
10 lines
120 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
DirectoryView.o \
|
|
main.o
|
|
|
|
APP = FileManager
|
|
|
|
include ../Makefile.common
|