]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - Makefile.am
Remove not needed .pc directory
[mirror_zfs-debian.git] / Makefile.am
index f8abb5f2c6e52984c211511bc84571450cc7d373..eacc76a8cde32d8e3ef807389c1d1670908c5cd1 100644 (file)
@@ -55,6 +55,13 @@ shellcheck:
                 done; \
         fi
 
+lint: cppcheck
+
+cppcheck:
+       @if type cppcheck > /dev/null 2>&1; then \
+               cppcheck --quiet --force ${top_srcdir}; \
+       fi
+
 ctags:
        $(RM) tags
        find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags