From f8e7f2e25fef677de394b068eccf6285ab1a2ff2 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 May 2022 22:50:07 +0800 Subject: fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5fc73bfe5..63d019542 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # is debug? -debug :=y +debug :=n # verbose ifneq ($(VERBOSE),y) -- cgit v1.3.1