mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 21:53:35 -04:00
8 lines
57 B
Makefile
8 lines
57 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|