From: Daniel Stenberg Date: Sun, 3 Apr 2016 20:51:29 +0000 (+0200) Subject: make checksrc: run it in docs/examples too by default X-Git-Tag: curl-7_49_0~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51fb24ce7f9a346f0d4f2f22f042c50e350d3aaa;p=thirdparty%2Fcurl.git make checksrc: run it in docs/examples too by default --- diff --git a/Makefile.am b/Makefile.am index 561421c8bb..f4ce0b8cbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -284,6 +284,7 @@ checksrc: cd src && $(MAKE) checksrc cd tests && $(MAKE) checksrc cd include/curl && $(MAKE) checksrc + cd docs/examples && $(MAKE) checksrc .PHONY: vc-ide