8 lines
57 B
Makefile
Raw Normal View History

2023-12-20 15:09:06 +01:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test