1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-04-30 05:35:01 +00:00

fixed typo, can now make run from root

This commit is contained in:
Tom Everett
2016-03-19 19:02:11 -06:00
parent 38dcd9256e
commit 514ff1057a
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -35,7 +35,7 @@ image:
clean:
rm -f a.rim $(IMAGEFILE) a.lst n.out
rm -rf $(BINDIR)
rm -rr $(TESTDIR)
rm -rf $(TESTDIR)
dirs:
mkdir -p $(BINDIR)