summaryrefslogtreecommitdiffstats
path: root/sync/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sync/Makefile.am')
-rw-r--r--sync/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am
new file mode 100644
index 0000000..fc04c11
--- /dev/null
+++ b/sync/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS = src data
+
+
+# Extra clean files so that maintainer-clean removes *everything*
+MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
+
+snapshot:
+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
+