diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:51:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:52:34 +0200 |
commit | 51fb24ce7f9a346f0d4f2f22f042c50e350d3aaa (patch) | |
tree | bb065c93935567f9cb3221b78c4d89b767e3123d /Makefile.am | |
parent | 6ddab23fb1e27e0ea938c8ec448f620295149c9d (diff) | |
download | curl-51fb24ce7f9a346f0d4f2f22f042c50e350d3aaa.tar.gz |
make checksrc: run it in docs/examples too by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 561421c8b..f4ce0b8cb 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 |