aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 92bf9e72..2c70d904 100644
--- a/Makefile
+++ b/Makefile
@@ -165,8 +165,8 @@ LIBS := libsparse.a
OBJS := $(LIB_OBJS) $(EXTRA_OBJS) $(PROGRAMS:%=%.o)
# Pretty print
-V = @
-Q = $(V:1=)
+V := @
+Q := $(V:1=)
########################################################################
all: $(PROGRAMS)