]> git.cworth.org Git - notmuch/blobdiff - parse-time-string/Makefile
parse-time-string: add a date/time parser to notmuch
[notmuch] / parse-time-string / Makefile
diff --git a/parse-time-string/Makefile b/parse-time-string/Makefile
new file mode 100644 (file)
index 0000000..fa25832
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       $(MAKE) -C .. all
+
+.DEFAULT:
+       $(MAKE) -C .. $@