diff options
Diffstat (limited to 'zig-lua/Makefile')
| -rw-r--r-- | zig-lua/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zig-lua/Makefile b/zig-lua/Makefile new file mode 100644 index 0000000..8e27613 --- /dev/null +++ b/zig-lua/Makefile @@ -0,0 +1,2 @@ +default: + zig run -I./lua-5.4.7 main.zig -lc |
