]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile
util: Fix two corner-cases in boolean term quoting function
[notmuch] / lib / Makefile
index 80d7059c00be8d143db72e7821846b108a4a6313..de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1 100644 (file)
@@ -1,5 +1,7 @@
+# See Makefile.local for the list of files to be compiled in this
+# directory.
 all:
-       make -C .. all
+       $(MAKE) -C .. all
 
-clean:
-       make -C .. clean
+.DEFAULT:
+       $(MAKE) -C .. $@