Files

8 lines
57 B
Makefile
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test