• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SHELL := /bin/bash
2
3test:
4	@./test/run.js
5
6.PHONY: test
7
8