summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 401808a..e5f661b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ clean:
%.o: %.c
$(CC) $(CFLAGS) -fPIC $(LUA51_INC) -c $< -o $@
+.PHONY: install
+install: lua-5.1-try-install lua-5.2-try-install
+
lua-5.1: scrypt-5.1.so
ln -s -f scrypt-5.1.so scrypt.so