8 lines
76 B
Makefile
Executable File
8 lines
76 B
Makefile
Executable File
SHELL := /bin/bash
|
|
NODE = node
|
|
|
|
test:
|
|
@$(NODE) ./test/run.js
|
|
|
|
.PHONY: test
|