xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

8 lines
57 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test