]> Git — Sourcephile - julm/AoC-2020.git/blob - Makefile
add Makefile
[julm/AoC-2020.git] / Makefile
1 all: relock run
2 relock:
3 nix flake update --recreate-lock-file
4 shell:
5 nix -L develop
6 repl/%:
7 nix -L develop -c cabal repl exe:$*
8 build:
9 nix -L build
10 run: run/Day04
11 run/%:
12 nix -L run .#$*