Files
2026-03-26 01:23:19 +08:00

8 lines
57 B
Makefile
Executable File

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