fixed typo, can now make run from root

This commit is contained in:
Tom Everett
2016-03-19 19:02:11 -06:00
parent 38dcd9256e
commit 514ff1057a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,5 +4,8 @@ all: buildit
buildit:
cd build && make all
run:
cd build && make run
clean:
cd build && make clean