X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2FMakefile.in;fp=zotnet%2FMakefile.in;h=0a75e149b4ef005ea6334a7c2b8d9608de3cef5d;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hp=cc20173ac6f8ae2ccc54b3892de761792ddff25b;hpb=1f90e5c5a3c7cb029ce1ac3c2e760c368fd2ce92;p=mmh diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index cc20173..0a75e14 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