1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-02-23 19:59:44 +00:00

8 lines
57 B
Makefile
Raw Normal View History

2019-05-30 12:06:47 +03:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test