mStream/node_modules/css/Makefile
2015-12-05 17:38:08 -05:00

8 lines
71 B
Makefile

test:
@node test
benchmark:
@node benchmark
.PHONY: test benchmark