contiki/regression-tests/16-compile-6502-ports/Makefile
Oliver Schmidt 8082ddac41 Adjusted tests to recent changes.
The email and ftp programs aren't relevant anymore so support for them was removed from the cc65 builds. The explicit 80 column programs were added. The 80 colum web browser and Telnet server are built for all cc65 platforms as they are the largest and as such show best code increase issues.
2015-10-31 12:36:37 +01:00

22 lines
368 B
Makefile

EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
EXAMPLES = \
irc/c64 \
irc-80col/c64 \
telnet-server/c64 \
webbrowser/c64 \
webbrowser-80col/c64 \
webserver/c64 \
wget/c64 \
telnet-server/apple2enh \
telnet-server/atarixl \
telnet-server/c128 \
webbrowser-80col/apple2enh \
webbrowser-80col/atarixl \
webbrowser-80col/c128 \
TOOLS=
include ../Makefile.compile-test