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: