From c27a5ab960b56a6a4ad06e916350a525f86de82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 5 Dec 2019 09:46:16 +0100 Subject: Initial commit --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..71ec2f9 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +NIX_PATH=nixpkgs=https://releases.nixos.org/nixos/19.09/nixos-19.09.840.8bf142e001b/nixexprs.tar.xz +.PHONY: build + +build: + NIX_PATH=$(NIX_PATH) nix-shell --pure --run "python distances.py" -- cgit v1.2.3