]> git.immae.eu Git - perso/Immae/Projets/Scripts/GoogleMapsTrafficPlots.git/blob - Makefile
Initial commit
[perso/Immae/Projets/Scripts/GoogleMapsTrafficPlots.git] / Makefile
1 NIX_PATH=nixpkgs=https://releases.nixos.org/nixos/19.09/nixos-19.09.840.8bf142e001b/nixexprs.tar.xz
2 .PHONY: build
3
4 build:
5 NIX_PATH=$(NIX_PATH) nix-shell --pure --run "python distances.py"