From acf853d1a36bb17a51f1e6cc7b9136d34bd1e44d Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Sun, 20 Mar 2016 20:55:43 +1000 Subject: [PATCH] I changed the Makefiles so that I could make run without rebuilding everything. This is mainly because I often boot the system several times in a row when debugging, and I didn't want to have to build everything just to reboot the system :-) --- Makefile | 2 +- build/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 96837ec..06f677a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: buildit buildit: cd build && make all -run: +run: buildit cd build && make run clean: diff --git a/build/Makefile b/build/Makefile index 30dd4d4..254ab06 100644 --- a/build/Makefile +++ b/build/Makefile @@ -15,14 +15,14 @@ OTHERSRC=../src/other TESTSRC=../src/tests # targets -BINDIR=../bin -TESTDIR=../tests +BINDIR=bin +TESTDIR=tests IMAGEFILE=image.fs all: cmd others a.rim image # Manually make all before make run -run: clean all +run: $(PDP7) unixv0.simh a.rim: