Browse Source

fixed a typo on Makefile

Filipe T. Amaral 9 years ago
parent
commit
659e4aa7ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@
 help:
 	@echo "  clean      remove unwanted stuff"
 	@echo "  install    install flaskbb and setup"
-	@echo "  tests      run the testsuite"
+	@echo "  test      run the testsuite"
 	@echo "  run        run the development server"
 
 dependencies:requirements.txt