diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 13:37:43 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 13:37:43 -0600 |
commit | 16cfbd19157df76e7296dddb287412f1099feb33 (patch) | |
tree | e4bbf892066cceeaeeaee4c25e5365152412a1c3 /static/src/assets/markov/Makefile | |
parent | 3cdee89c961ae9c836234f5aec87174a04a800a8 (diff) |
Move static assets to within srv
Diffstat (limited to 'static/src/assets/markov/Makefile')
-rw-r--r-- | static/src/assets/markov/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/static/src/assets/markov/Makefile b/static/src/assets/markov/Makefile deleted file mode 100644 index 4195baf..0000000 --- a/static/src/assets/markov/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -bundle: - nix-build markov.nix -A nixBundle - ./result/bin/nix-bundle '((import ./markov.nix) {}).entrypoint' '/bin/markov' |