about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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