check target call cppcheck if it is installed
[psensor.git] / scripts / cppcheck.sh
diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh
deleted file mode 100755 (executable)
index 3d9e14e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-SDIR=`dirname $0`/..
-
-cppcheck $SDIR/src  -I $SDIR/src -I $SDIR/src/lib --enable=all --quiet
\ No newline at end of file