Files
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

8 lines
57 B
Makefile

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