From: Shlomi Fish Date: Sun, 3 Apr 2016 13:22:59 +0000 (+0300) Subject: Add check-deps. X-Git-Tag: fortune-mod-1.99.3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd3fc1dc270da8889a6316d72f1d0b40e9072adc;p=fortune-mod Add check-deps. --- diff --git a/fortune-mod/Makefile b/fortune-mod/Makefile index cb21596..51afd07 100644 --- a/fortune-mod/Makefile +++ b/fortune-mod/Makefile @@ -187,7 +187,9 @@ datfiles-check: cookies-z root-check: perl tests/trailing-space-and-CRs.pl -check: datfiles-check root-check +check-deps: all + +check: check-deps datfiles-check root-check clean: for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) clean); done