sourcephile
/
git
/
julm
/
AoC-2020.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
enable make run from /nix/store
[julm/AoC-2020.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 05abba062ca71d931f64239dfcc8624ff0e84e92..cf860337a6ea5776bcd747a848d5c579b8df3aac 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,4
+12,4
@@
build/%:
nix -L build .#$*
run: $(foreach day,$(days), run/Day$(day))
run/%:
- nix -L run .#$*
+ nix -L run
--no-write-lock-file
.#$*