mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
f0a6b42066
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
8 lines
96 B
Makefile
8 lines
96 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Downloader
|
|
|
|
include ../Makefile.common |