pokemon-showdown/node_modules/hashlib/makefile
2011-12-22 23:53:05 -05:00

17 lines
234 B
Makefile

all:
node-waf configure build
tests:
nodejs ./test.js
install:
@mkdir -p ~/.node_libraries && cp ./build/default/hashlib.node ~/.node_libraries/hashlib.node
all: build install
tests:
@node ./test.js
clean:
@rm -rf ./build