summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-07 18:44:08 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-07 18:44:08 +0300
commitcf18cb390b2ba9ac852b52b22beb9fda0d4ab7d2 (patch)
tree47b28520cc720b3d4a1d19005f4038a4e87015d0
parente0c883ae5e00a6a8f4cdeea0cea497ceac072c5c (diff)
fix(CI): enable metadata in compiled code
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e835f4d..0d69d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(LUASOURCES)
${LUASOURCES}: $(FNLSOURCES)
%.lua: %.fnl
- fennel --lua $(LUA) --compile $< > $@
+ fennel --lua $(LUA) --metadata --compile $< > $@
clean:
rm -f *.lua