• Dan McGregor's avatar
    Make go's build flags a variable · db3905c0
    Dan McGregor authored
    This allows the user to specify build flags from the make command
    line. For example to force a complete rebuild one could use:
    
    make BUILD_FLAGS='-v -a' TAGS="sqlite"
    db3905c0
Makefile 1.59 KB