diff --git a/Makefile b/Makefile
index a96695f5bf1bd47d0a2ebdf3d9a054654ce872e8..d54bb92d2bac10df9eda9ad8ee10a7e08c8d185a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,10 @@ all:
 
 test:
 	./bin/main
-	
+
+stats:
+	./stats.sh
+
 clean:
 	rm -f *.cm[iox] *~ .*~ #*#
 	rm -rf bin/
diff --git a/stats.sh b/stats.sh
old mode 100644
new mode 100755