1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-26 12:12:37 +00:00

Added a runsh option to the Makefile

This commit is contained in:
Warren Toomey
2016-03-08 16:56:54 +10:00
parent 07a098cb53
commit 7ab65c4727

View File

@@ -6,6 +6,9 @@ CMDDIR=bin
all: sys cmd others
runsh: all
cd bin && ../tools/a7out sh
dirs:
mkdir -p $(SYSDIR)
mkdir -p $(CMDDIR)