aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@server.local> 2012-10-02 20:24:26 -0700
committerLibravatarLibravatar William Ahern <william@server.local> 2012-10-02 20:24:26 -0700
commit29ce5454955f7d7bf4c80599b9ab42e4aab0e979 (patch)
tree1cc6c8dbdd6730960c0ecfdd581f9cde0f1686cc /Makefile
parentee1f51dd7a1aaa12e0857a698ac99a5d55c897f0 (diff)
downloadluaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.tar.gz
luaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.tar.bz2
luaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.zip
-n
push lots more ssl work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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: