about summary refs log blame commit diff stats
path: root/Makefile
blob: 2de7a208fca29f9338dca752a10b65ae1562b13d (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                     




                                                        




                                                
test:
	./gyp_uv_link test -Duv_dir=./test/deps/libuv
	make -C out/ -j8
	./out/Release/uv_link_t-test

example:
	./gyp_uv_link example -Duv_dir=./test/deps/libuv
	make -C out/ -j8
	./out/Release/uv_link_t-example

dist:
	./gyp_uv_link -Duv_dir=./test/deps/libuv
	make -C out/ -j8

.PHONY: test example dist