summaryrefslogtreecommitdiff
path: root/2026/Makefile
blob: d194edbdc42c2fa671963f97e64888b762e7ca7a (plain)
1
2
3
4
.PHONY: run
run:
	cargo build
	sh -c 'cd ..; ./server/target/debug/jam_server'