added run case to makefile

This commit is contained in:
Solomon W. 2020-05-14 22:25:58 -04:00
parent 9ce0f0725f
commit c16b8ce60b

View File

@ -26,3 +26,6 @@ clean:
clean-logs:
rm ./vgcore.*
rm ./massif.out.*
run: bin/matrix ;
./bin/matrix --tickTime 15 --streamLen 20