From 4f01edb9230f58ff84b0dd892c931ec8ac9aad55 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 13 Sep 2022 12:56:08 +0200 Subject: move src out of srv, clean up default.nix and Makefile --- srv/src/http/static/markov/Makefile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 srv/src/http/static/markov/Makefile (limited to 'srv/src/http/static/markov/Makefile') diff --git a/srv/src/http/static/markov/Makefile b/srv/src/http/static/markov/Makefile deleted file mode 100644 index 4195baf..0000000 --- a/srv/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' -- cgit v1.2.3