Files
2023-07-12 16:31:19 +01:00

8 lines
57 B
Makefile
Executable File

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