X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2894f47bd3f3d15d944e650cb4fadb1aec3a5e15..ea7b16ea79c5f06a3b220a0f02fe55ae566b9e82:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 9492cd07..b331c5da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su # ========== DEPENDENCIES FOR MAINTENANCE ========== +lint: + for subdir in $(SUBDIRS); do \ + ( cd $$subdir && $(MAKE) $(MAKEDEFS) lint ) || exit 1; \ + done + +# ========== DEPENDENCIES FOR MAINTENANCE ========== + Makefile: Makefile.in config.status CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status