teamspeak-query-lib/Makefile

9 lines
95 B
Makefile
Raw Normal View History

2023-11-17 16:32:15 +00:00
.PHONY: run
build:
@cargo build
run: build
@PATH=$(PWD)/target/debug:$(PATH) ./ts-control