summaryrefslogtreecommitdiff
path: root/Makefile
blob: a8f58df4117561068fbd96d41b767db622bc288c (plain)
1
2
3
4
5
6
7
LUA_VER=5.3
PREFIX=/usr/local
INSTALL_DIR=$(PREFIX)/lib/lua/$(LUA_VER)

install: auth.lua
	mkdir -m755 -p $(INSTALL_DIR)/citrons
	install -m755 auth.lua $(INSTALL_DIR)/citrons/auth.lua