]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - lib/Makefile
test/dump-restore: new tests for empty files and leading comments/whitespace.
[notmuch.git] / 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 .. $@