aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-05 16:20:15 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-10 10:29:05 +0100
commitd7b09b53a505272ebdaf5f9721320199e6a4cdf2 (patch)
tree891eed3990a76e33974bf544cf901b98e1cbdc8a /Makefile
parent49622dcf20cd3ed6271a7e505ace0660e3fc5e05 (diff)
downloadsparse-dev-d7b09b53a505272ebdaf5f9721320199e6a4cdf2.tar.gz
build: use a single space before assignments
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-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)