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)