aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 402e81c..8b50d20 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ CL = swipl-ld
CLFLAGS = -DUNICODE -D_UNICODE
CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -O2
CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -luxtheme
+#CLFLAGS += -ld-options,-mconsole
all: showdeps b/$(EXE)
cp b/$(EXE) "C:\Users\John\Desktop\Delat"