From ba35d094c1dfffa652e9c20971c51bd5271c1d25 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 22 Feb 2023 19:15:43 +0100 Subject: ci: add release workflow for luarocks upload (#4109) --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..139e6cb99 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +# https://github.com/luarocks/luarocks/wiki/Creating-a-Makefile-that-plays-nice-with-LuaRocks +build: + echo "Do nothing" + +install: + mkdir -p $(INST_LUADIR) + cp -r autoload plugin queries lua $(INST_LUADIR) -- cgit v1.2.3-70-g09d2