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:
3
Makefile
3
Makefile
@@ -4,5 +4,8 @@ all: buildit
|
||||
buildit:
|
||||
cd build && make all
|
||||
|
||||
run:
|
||||
cd build && make run
|
||||
|
||||
clean:
|
||||
cd build && make clean
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user