root/make: have checksrc run in include/curl too

This commit is contained in:
Daniel Stenberg 2016-04-03 20:32:08 +02:00
parent a332c4f769
commit 0c6204a51f
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ checksrc:
cd lib && $(MAKE) checksrc
cd src && $(MAKE) checksrc
cd tests && $(MAKE) checksrc
cd include/curl && $(MAKE) checksrc
.PHONY: vc-ide