#60 Fix Makefile

已合併
shimatta 4 年之前 將 1 次代碼提交從 shimatta/bugfix/#59_fix_makefile合併至 shimatta/develop
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -85,7 +85,7 @@ help:
 	@echo Shellmatta help
 	@echo -----------------------------------------------
 	@echo test      - run all tests
-	@echo cppcheck  - run static code analysis (cppcheck)
+	@echo cppcheck  - run static code analysis \(cppcheck\)
 	@echo example   - build example
 	@echo -----------------------------------------------