From d485eb2bf7e0a82702afec9387f21bf0f89c985f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 30 Jul 2022 00:24:57 +0200 Subject: Makefile: Add commented console option. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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" -- cgit v1.2.3