From 86425c8c93c8529cd2c88db1d0303fe980048896 Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 10 Apr 2024 18:16:41 -0500 Subject: initial commit --- makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..f85cddb --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +out/bundler.lua: main.lua bundler/* + mkdir -p out + lua main.lua out/bundler.lua main.lua bundler + chmod +x out/bundler.lua -- cgit v1.2.3