Persist variables to file (~/.whenjobs/variables).
[whenjobs.git] / Makefile.am
index 3a83347..fe9594b 100644 (file)
@@ -24,9 +24,13 @@ SUBDIRS = \
        daemon \
        tools \
        tests/parsing \
-       tests/jobs
+       tests/jobs \
+       tests/variables
 
 CLEANFILES = *~
 
 rpm: dist
        rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
+
+licensecheck:
+       licensecheck $$(git ls-files)