]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile
lib: Implement versioning in the database and provide upgrade function.
[notmuch] / lib / Makefile
index 80d7059c00be8d143db72e7821846b108a4a6313..b6859eacc7f87c70cae3f2bb320e48158d146af3 100644 (file)
@@ -1,5 +1,7 @@
+# See Makfefile.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 .. $@