about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-07-28 20:50:21 +0200
committerbptato <nincsnevem662@gmail.com>2024-07-28 20:50:21 +0200
commitdbf2e0e831ebaf8a0e6f375a8f423f87280e7862 (patch)
treea1cfee2532d5c48d052341b08fdff171a1d350a5 /Makefile
parent54ed875becbbfaa1a1e86c78592e80f933ebb828 (diff)
downloadchawan-dbf2e0e831ebaf8a0e6f375a8f423f87280e7862.tar.gz
Update submodules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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) \