8 lines
57 B
Makefile
Raw Normal View History

2020-10-17 18:42:50 +02:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test