Artifact 35641b8f478612557c770f4b685ae3a5c4a312058d2be1157970a2dccac95e14:
- File makefile — part of check-in [2e37b523b5] at 2021-12-19 05:25:31 on branch trunk — further develop html renderer and document it, many doc fixes, fix misc bugs (user: lexi, size: 114) [annotate] [blame] [check-ins using]
lua != which lua luac != which luac cortav: cortav.lua echo '#!$(lua)' > $@ luac -s -o - $< >> $@ chmod +x $@