diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-08-13 22:06:32 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-08-13 22:06:32 +0200 |
commit | c4ec9064063f3b15aeb25feb85a3afaaa02008ba (patch) | |
tree | c7e9878f69ecc4649024c57e3164b2337ba0fdf2 /src/http/static/markov/Makefile | |
parent | 0bc9cd83b45df0a38c2944569603d6d9cf2e9edd (diff) |
Remove leftover static assets specific to individual blog posts
Diffstat (limited to 'src/http/static/markov/Makefile')
-rw-r--r-- | src/http/static/markov/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/static/markov/Makefile b/src/http/static/markov/Makefile deleted file mode 100644 index 4195baf..0000000 --- a/src/http/static/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' |