makefile changes, readme changes

This commit is contained in:
Tom Everett
2016-03-22 16:33:44 -06:00
parent a36b65131f
commit e3c160edd7
13 changed files with 5427 additions and 18 deletions
+3
View File
@@ -7,5 +7,8 @@ buildit:
run: buildit
cd build && make run
altrun: buildit
cd build && make alt && make altrun
clean:
cd build && make clean