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

                                    
 

                                       
 
     
                                 

                         
test: dist
	./out/Release/uv_link_t-test

example: dist
	./out/Release/uv_link_t-example

dist:
	gypkg build uv_link_t.gyp

.PHONY: test example dist