8 lines
57 B
Makefile
Raw Normal View History

2017-09-20 23:19:33 +02:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test