1
0
forked from Mirror/wren
Files
wren/util
Baptiste Fontaine b41a0f7c07 Allow builds to be verbose
It’s impossible to disable @s in Makefiles to get a verbose build.
Adding them conditionally using a variable lets users choose if they
want a verbose build by using the VERBOSE variable.

Normal build:

    make

Verbose build:

    make VERBOSE=1
2016-07-02 11:21:47 +02:00
..
2015-11-25 19:47:13 -05:00
2015-12-23 17:29:53 -08:00
2016-02-27 09:19:56 -08:00
2016-03-07 07:56:44 -08:00
2016-07-02 11:21:47 +02:00