]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile
Implement a non-recursive make.
[notmuch] / lib / Makefile
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644 (file)
index 0000000..80d7059
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       make -C .. all
+
+clean:
+       make -C .. clean