Persist variables to file (~/.whenjobs/variables).
[whenjobs.git] / Makefile.am
index 43933f2..fe9594b 100644 (file)
@@ -24,6 +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)