From 6735c1337e39e6f6ed44a0b57f321352a185b0b2 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 6 Jun 2017 21:41:40 +0100 Subject: Add install target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1