1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 02:10:31 +00:00

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 :-)
This commit is contained in:
Warren Toomey
2016-03-20 20:55:43 +10:00
parent f1629e9891
commit acf853d1a3
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ all: buildit
buildit:
cd build && make all
run:
run: buildit
cd build && make run
clean:

View File

@@ -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: