mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:58:12 +00:00

Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
8 lines
No EOL
96 B
Makefile
8 lines
No EOL
96 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Downloader
|
|
|
|
include ../Makefile.common |