Don't use wildcards to look for .go files in tests makefile
GNU Make's wildcard function does not recurse into subdirectories when passed the '**' glob, which results in adding a dependency only to .go files in the first level of subdirectories under the source root. We shell out to 'find' instead, which catches all .go files in the given directory.
正在显示
请
注册
或者
登录
后发表评论