diff options
Diffstat (limited to 'srv/src/http/static/markov/Makefile')
-rw-r--r-- | srv/src/http/static/markov/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/srv/src/http/static/markov/Makefile b/srv/src/http/static/markov/Makefile new file mode 100644 index 0000000..4195baf --- /dev/null +++ b/srv/src/http/static/markov/Makefile @@ -0,0 +1,3 @@ +bundle: + nix-build markov.nix -A nixBundle + ./result/bin/nix-bundle '((import ./markov.nix) {}).entrypoint' '/bin/markov' |