Makefile 57 B

12345678
  1. SHELL := /bin/bash
  2. test:
  3. @./test/run.js
  4. .PHONY: test