Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00

8 lines
57 B
Makefile

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