Files
MinigameTest/node_modules/delayed-stream/Makefile
2023-03-07 10:52:05 +07:00

8 lines
57 B
Makefile

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