diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-28 20:50:21 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-07-28 20:50:21 +0200 |
commit | dbf2e0e831ebaf8a0e6f375a8f423f87280e7862 (patch) | |
tree | a1cfee2532d5c48d052341b08fdff171a1d350a5 /Makefile | |
parent | 54ed875becbbfaa1a1e86c78592e80f933ebb828 (diff) | |
download | chawan-dbf2e0e831ebaf8a0e6f375a8f423f87280e7862.tar.gz |
Update submodules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ef6e983d..349d1456 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ all: $(OUTDIR_BIN)/cha $(OUTDIR_BIN)/mancha $(OUTDIR_CGI_BIN)/http \ $(OUTDIR_LIBEXEC)/md2html $(OUTDIR_LIBEXEC)/ansi2html $(OUTDIR_BIN)/cha: src/*.nim src/**/*.nim src/**/*.c res/* res/**/* \ - lib/**/* res/map/idna_gen.nim nim.cfg + res/map/idna_gen.nim nim.cfg @mkdir -p "$(OUTDIR_BIN)" $(NIMC) --nimcache:"$(OBJDIR)/$(TARGET)/cha" -d:libexecPath=$(LIBEXECDIR) \ -d:disableSandbox=$(DANGER_DISABLE_SANDBOX) $(FLAGS) \ |