]> git.notmuchmail.org Git - notmuch/blobdiff - compat/Makefile
Makefile: Incorporate getline implementation into the build.
[notmuch] / compat / Makefile
diff --git a/compat/Makefile b/compat/Makefile
new file mode 100644 (file)
index 0000000..9a29ffc
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       $(MAKE) -C .. all
+
+clean:
+       $(MAKE) -C .. clean