diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-09 21:51:58 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-09 21:53:02 +0200 |
commit | 49e859c0d2bf41fa648e0da45a6d5b114b0d2240 (patch) | |
tree | 980ff727517f83b286a0a2fb2ea10c87a8f93ff4 /Makefile | |
parent | 805cc4cec440525629758af918d50a850209ec0b (diff) | |
download | EpisodeBrowser-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |