From c2ba39ba0f625fd5dab86329618771402395fae2 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 26 Oct 2019 00:50:27 -0400 Subject: [PATCH] add (d)ttt to image --- build/Makefile | 6 +++++- build/proto | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 7620dd8..7671975 100644 --- a/build/Makefile +++ b/build/Makefile @@ -101,6 +101,7 @@ cmd: dirs \ $(BINDIR)/sh \ $(BINDIR)/stat \ $(BINDIR)/tm \ + $(BINDIR)/ttt \ $(BINDIR)/un # -- compile errors @@ -171,7 +172,6 @@ $(BINDIR)/ln: $(CMDSRC)/ln.s $(BINDIR)/ls: $(CMDSRC)/ls.s $(AS) $(ASARGS) -o $(BINDIR)/ls $(CMDSRC)/ls.s -# bullcow game: put elsewhere? $(BINDIR)/moo: $(CMDSRC)/moo.s $(AS) $(ASARGS) -o $(BINDIR)/moo $(CMDSRC)/moo.s @@ -207,6 +207,10 @@ $(BINDIR)/stat: $(CMDSRC)/stat.s $(BINDIR)/tm: $(CMDSRC)/tm.s $(AS) $(ASARGS) -o $(BINDIR)/tm $(CMDSRC)/tm.s +TTT=$(CMDSRC)/ttt1.s $(CMDSRC)/ttt2.s +$(BINDIR)/ttt: $(TTT) + $(AS) $(ASARGS) -o $(BINDIR)/ttt $(TTT) + $(BINDIR)/un: $(CMDSRC)/un.s $(AS) $(ASARGS) -o $(BINDIR)/un $(CMDSRC)/un.s diff --git a/build/proto b/build/proto index 2c0bbfb..8e2beec 100644 --- a/build/proto +++ b/build/proto @@ -57,6 +57,8 @@ dd drwr- -1 4 sh frwr- -1 bin/sh stat frwr- -1 bin/stat tm frwr- -1 bin/tm + ttt frwr- -1 bin/ttt + dttt l---- -1 un frwr- -1 bin/un $ ken drwr- 10