Add 'tidycheck' target to Makefile.
[matthijs/upstream/blosxom.git] / Makefile
index 35bf1af39e9e97e9bac4320a9448a1ca63e91ee2..68d1fdfdf93aa0e0527d334d46796a125cc013ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ dist:
 test:
        prove t/*.t
 
 test:
        prove t/*.t
 
+tidycheck:
+       perltidy blosxom.cgi | diff -u blosxom.cgi -
+