saturn: Provide usable lua shebang
The end-result can be executed directly on my NixOS system.
This commit is contained in:
parent
08dd9405e2
commit
2df6bd80a7
@ -7,7 +7,7 @@ MODULES=main.fnl
|
||||
lua $(FENNEL) --compile $< > $@
|
||||
|
||||
saturn: $(patsubst %.fnl,%.lua,$(MODULES)) Makefile
|
||||
(echo -e "#!/usr/bin/lua\n" ; cat main.lua ) > $@
|
||||
(echo -e "#!/usr/bin/env lua\n" ; cat main.lua ) > $@
|
||||
chmod +x $@
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user