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 87a055d..9873d7a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CLFLAGS = -DUNICODE -D_UNICODE
CLFLAGS += -cc-options,-std=c++17 -O2
CLFLAGS += -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -Wno-parentheses
CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32
-#CLFLAGS += -ld-options,-mconsole
+CLFLAGS += -DDEBUG
all: showdeps b/$(EXE)
cp b/$(EXE) "C:\Users\John\Desktop\Delat"