From f94cb568722da00ad0f4546ad474126d607c055b Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Sat, 19 Mar 2016 19:24:24 -0600 Subject: [PATCH] parameterized pdp7 --- build/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 9f2271f..2898204 100644 --- a/build/Makefile +++ b/build/Makefile @@ -6,6 +6,7 @@ ASARGS=--format=ptr MKFS=../tools/mkfs7 A7OUT=../tools/a7out FSCK=../tools/fsck7 +PDP7=pdp7 # source dirs SYSSRC=../src/sys @@ -22,7 +23,7 @@ all: cmd others a.rim image # Manually make all before make run run: clean all - pdp7 unixv0.simh + $(PDP7) unixv0.simh a.rim: $(AS) -f rim -o a.rim $(SYSSRC)/sop.s $(SYSSRC)/s[1-8].s