Makefile 57 B

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