X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2FMakefile.in;h=8627795a93d00562b7ee812942e02b80b16a4a95;hb=ea4f02c6acdf50fbc114ea9dc7e2a81f149ea8ca;hp=328a9ead16bc1ee0a89a7718ea8842b221025011;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/mts/Makefile.in b/mts/Makefile.in index 328a9ea..8627795 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -62,6 +62,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 = mts