Do not execute mkfs.fat without prompting; update docs
[grml2usb.git] / Makefile
index 0d5b480..f52c685 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,3 +30,9 @@ online: all
 
 clean:
        rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 html-stamp man-stamp
+
+codecheck:
+       pylint --reports=n --include-ids=y ./grml2usb.py
+
+#graph:
+#      pycallgraph ./grml2usb.py TODO