8 lines
57 B
Makefile
Executable File
8 lines
57 B
Makefile
Executable File
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|