1f8fbbd161
- build cc65 libraries only for target supported by Contiki - instead of building all examples for all 6502 targets build - all examples for one target (c64) - the most demanding client example (webbrowser) for all 6502 targets - the most demanding server examples (webserver) for all 6502 targets
22 lines
321 B
Makefile
22 lines
321 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
email/c64 \
|
|
ftp/c64 \
|
|
irc/c64 \
|
|
telnet-server/c64 \
|
|
wget/c64 \
|
|
webbrowser/c64 \
|
|
webbrowser/c128 \
|
|
webbrowser/atarixl \
|
|
webbrowser/apple2enh \
|
|
webserver/c64 \
|
|
webserver/c128 \
|
|
webserver/atarixl \
|
|
webserver/apple2enh \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|