diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-05-27 12:35:45 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-05-27 12:35:45 -0400 |
commit | ad8e9d158cc420f99c2b7c89567bed4870a88777 (patch) | |
tree | cf76b34bd481684a9d667e8a6c7ce0cb128e80dd | |
parent | 3da1ffa8ea70749c616301e75c43911fd5155de4 (diff) | |
download | uv_link_t-ad8e9d158cc420f99c2b7c89567bed4870a88777.tar.gz |
make: dist
-rw-r--r-- | Makefile | 6 |
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 |