Update FSF address, add new 'licensecheck' target (thanks Michael Scherer).
[whenjobs.git] / Makefile.am
index 3a83347..74d552e 100644 (file)
@@ -30,3 +30,6 @@ CLEANFILES = *~
 
 rpm: dist
        rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
+
+licensecheck:
+       licensecheck -c '\.(c|h|ml|mli|am|ac|m4|sh)$$' $$(git ls-files)