aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3d7109..62137a4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ifeq ($(OS), Windows_NT)
else
UNAME:=$(shell uname -s)
endif
-
+Q=@
ifeq ($(UNAME), Windows)
include Makefile.win
endif