diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-07 18:44:08 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-07 18:44:08 +0300 |
| commit | cf18cb390b2ba9ac852b52b22beb9fda0d4ab7d2 (patch) | |
| tree | 47b28520cc720b3d4a1d19005f4038a4e87015d0 | |
| parent | e0c883ae5e00a6a8f4cdeea0cea497ceac072c5c (diff) | |
fix(CI): enable metadata in compiled code
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ all: $(LUASOURCES) ${LUASOURCES}: $(FNLSOURCES) %.lua: %.fnl - fennel --lua $(LUA) --compile $< > $@ + fennel --lua $(LUA) --metadata --compile $< > $@ clean: rm -f *.lua |