From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- Makefile | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae13463..e69de29 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +0,0 @@ -result: - nix-build -A build - -install: result - nix-env -i "$$(readlink result)" - -clean: - rm -f result - rm -rf _site - -serve: - nix-shell -A serve - -shell: - nix-shell -A shell - -lock: - nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor' - -update: - nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor' -- cgit v1.2.3