Newer
Older
uBix-Retro / dump / oa-2.0.9 / apps / inet / Makefile

files= tlogin telnet httpd

all: ${files}

${files}: %: %.a65
	xa -I../../include -R -LLIB6502 $@.a65 -o $@

clean:
	rm -f ${files}