about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-05-27 12:35:45 -0400
committerFedor Indutny <fedor@indutny.com>2016-05-27 12:35:45 -0400
commitad8e9d158cc420f99c2b7c89567bed4870a88777 (patch)
treecf76b34bd481684a9d667e8a6c7ce0cb128e80dd
parent3da1ffa8ea70749c616301e75c43911fd5155de4 (diff)
downloaduv_link_t-ad8e9d158cc420f99c2b7c89567bed4870a88777.tar.gz
make: dist
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b6ff79..2de7a20 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,8 @@ example:
 	make -C out/ -j8
 	./out/Release/uv_link_t-example
 
-.PHONY: test example
+dist:
+	./gyp_uv_link -Duv_dir=./test/deps/libuv
+	make -C out/ -j8
+
+.PHONY: test example dist