ohctechv3/.svn/pristine/1d/1d88cf18c0fef56e91425a086590e31271a7c4d5.svn-base
2024-10-28 15:03:36 +05:30

8 lines
57 B
Plaintext

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