Files
qrank/justfile
2026-01-16 19:17:17 +01:00

12 lines
157 B
Makefile

######################
# Makefile for QRank #
######################
# Main target
run:
go run ./src
# Nix stuff
nix-run:
nix develop --command make run