1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-03-12 03:04:35 +00:00

8 lines
57 B
Makefile
Raw Normal View History

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test