From 7ab65c472739480b4394f397969eecf128317d51 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Tue, 8 Mar 2016 16:56:54 +1000 Subject: [PATCH] Added a runsh option to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7733d95..fd2dc2b 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ CMDDIR=bin all: sys cmd others +runsh: all + cd bin && ../tools/a7out sh + dirs: mkdir -p $(SYSDIR) mkdir -p $(CMDDIR)