From 514ff1057ab8850a983b13ce96f728d46f61bb06 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Sat, 19 Mar 2016 19:02:11 -0600 Subject: [PATCH] fixed typo, can now make run from root --- Makefile | 3 +++ build/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c2ba34..96837ec 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,8 @@ all: buildit buildit: cd build && make all +run: + cd build && make run + clean: cd build && make clean diff --git a/build/Makefile b/build/Makefile index ad09828..452cecc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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)