From 41f266b4a9271c02d8fc70176eda76312b545556 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Sat, 19 Mar 2016 21:28:10 -0600 Subject: [PATCH] added trysys and maksys to the build --- build/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Makefile b/build/Makefile index 2898204..2d2f8e8 100644 --- a/build/Makefile +++ b/build/Makefile @@ -68,6 +68,8 @@ cmd: dirs # $(AS) $(ASARGS) -o $(BINDIR)/dsw $(CMDSRC)/dsw.s $(AS) $(ASARGS) -o $(BINDIR)/ed $(CMDSRC)/ed1.s $(CMDSRC)/ed2.s $(AS) $(ASARGS) -o $(BINDIR)/init $(CMDSRC)/init.s + $(AS) $(ASARGS) -o $(BINDIR)/maksys $(CMDSRC)/maksys.s + $(AS) $(ASARGS) -o $(BINDIR)/trysys $(CMDSRC)/trysys.s others: dirs $(AS) $(ASARGS) -o $(BINDIR)/sh $(OTHERSRC)/pbsh.s