summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2012-10-02 20:24:26 -0700
committerWilliam 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
36 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< 36 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
37 37
38 38
39install: $(lua52cpath)/_openssl.so
40
41$(lua52cpath)/_openssl.so: openssl.so
42 mkdir -p $(@D)
43 cp -p $< $@
44
45
39.PHONY: clean clean~ 46.PHONY: clean clean~
40 47
41clean: 48clean: