From 29ce5454955f7d7bf4c80599b9ab42e4aab0e979 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Tue, 2 Oct 2012 20:24:26 -0700 Subject: -n push lots more ssl work --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7f829b..481174e 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,13 @@ openssl.o: openssl.c $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< +install: $(lua52cpath)/_openssl.so + +$(lua52cpath)/_openssl.so: openssl.so + mkdir -p $(@D) + cp -p $< $@ + + .PHONY: clean clean~ clean: -- cgit v1.2.3-59-g8ed1b