1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

reduce the number of debug messages

This commit is contained in:
Stefan Lankes 2017-01-16 18:11:08 +01:00
parent caf2d34dfe
commit c6803ecb19

View file

@ -87,7 +87,7 @@ CFLAGS_FOR_TOOLS = -O2 -Wall -std=gnu99
LDFLAGS_FOR_TOOLS =
# Prettify output
V = 1
V = 0
ifeq ($V,0)
Q = @
P = > /dev/null