X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5f80fdd1ec6888f34af829208fd90fb9716ac289..d1563de82a4fed11ee45202be934bfba9a5ae6ea:/zotnet/Makefile.in diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index cc20173a..0a75e149 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -85,6 +85,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su (cd $$subdir && $(MAKE) $(MAKEDEFS) $$target) || exit 1; \ done +# ========== DEPENDENCIES FOR LINT ================= + +lint: + for subdir in $(SUBDIRS) ; do \ + (cd $$subdir && $(MAKE) $(MAKEDEFS) lint) || exit 1; \ + done + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = zotnet