• Tor Arne Vestbø's avatar
    Don't use wildcards to look for .go files in tests makefile · f2dd060e
    Tor Arne Vestbø authored
    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.
    f2dd060e
Makefile 1.49 KB