MicroCommunityWeb/node_modules/css/Makefile
2020-03-03 21:02:03 +08:00

8 lines
71 B
Makefile

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