sourcephile
/
git
/
julm
/
AoC-2020.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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 .#$*