teamspeak-query-lib/Makefile

9 lines
95 B
Makefile

.PHONY: run
build:
@cargo build
run: build
@PATH=$(PWD)/target/debug:$(PATH) ./ts-control