diff options
author | William Ahern <william@server.local> | 2012-10-02 20:24:26 -0700 |
---|---|---|
committer | William Ahern <william@server.local> | 2012-10-02 20:24:26 -0700 |
commit | 29ce5454955f7d7bf4c80599b9ab42e4aab0e979 (patch) | |
tree | 1cc6c8dbdd6730960c0ecfdd581f9cde0f1686cc /Makefile | |
parent | ee1f51dd7a1aaa12e0857a698ac99a5d55c897f0 (diff) | |
download | luaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.tar.gz luaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.tar.bz2 luaossl-29ce5454955f7d7bf4c80599b9ab42e4aab0e979.zip |
-n
push lots more ssl work
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |