aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-09 21:51:58 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-09 21:53:02 +0200
commit49e859c0d2bf41fa648e0da45a6d5b114b0d2240 (patch)
tree980ff727517f83b286a0a2fb2ea10c87a8f93ff4 /Makefile
parent805cc4cec440525629758af918d50a850209ec0b (diff)
downloadEpisodeBrowser-49e859c0d2bf41fa648e0da45a6d5b114b0d2240.tar.gz
Add eb.el.
Emacs is not a great IDE out-of-the-box, but it is very flexible -- and in many ways a lot more transparent than most normal IDEs.
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"