osd-contiki/regression-tests/16-compile-6502-ports/Makefile
Oliver Schmidt 1f8fbbd161 Reduce travis overhead for testing 6502 ports.
- 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
2013-11-20 21:17:43 +01:00

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