Use BI's buffers. Add ECHO, that shows INBUF problem

This commit is contained in:
Joshua Bell
2019-01-08 18:36:52 -08:00
parent e612444c4b
commit 76178cf0a8
4 changed files with 78 additions and 73 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ CCFLAGS = --config apple2-asm.cfg
OUTDIR = out
TARGETS = $(OUTDIR)/path.BIN $(OUTDIR)/bell.CMD $(OUTDIR)/hello.CMD
TARGETS = $(OUTDIR)/path.BIN \
$(OUTDIR)/bell.CMD $(OUTDIR)/hello.CMD $(OUTDIR)/echo.CMD
.PHONY: clean all
all: $(OUTDIR) $(TARGETS)