diff options
Diffstat (limited to 'src/http/static/markov/Makefile')
-rw-r--r-- | src/http/static/markov/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/static/markov/Makefile b/src/http/static/markov/Makefile new file mode 100644 index 0000000..4195baf --- /dev/null +++ b/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' |