Add cppcheck to Makefile

So you can run "make cppcheck" if you want to run it, it needs the $INCLUDE so it's nice in the makefile, and it doesn't affect the rest of building
This commit is contained in:
Pk11
2021-03-27 18:04:11 -05:00
parent 2825e361e3
commit 279173d8fb
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
*.DS_Store
romfs/gfx/*.t3x
include/version.hpp
cppcheck.log
bannertool*
makerom*