summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4d556b..1509435 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,11 @@ all: $(BIN)
.PHONY: clean
clean:
rm -f $(BIN) *~
+
+nacl/include:
+ mkdir nacl
+ wget http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 -O - | tar jxf - -C nacl
+ cd nacl/* && ./do
+ mkdir nacl/include
+ ln -s ../../$$(ls -d nacl/*/build/*/include/*/ | head) nacl/include/nacl
+ ln -s ../$$(ls -d nacl/*/build/*/lib/*/ | head) nacl/lib
contact: Jan Huwald // Impressum