summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-23 17:49:12 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-23 17:55:02 -0700
commitb2a271128c62d1a378ec350081f9224d049beaf6 (patch)
treec2b152bbb7ba7a23689f1843416eef4959da03f5 /Makefile
parent3a2309c264d25760a43af70ee2491f442552ed45 (diff)
goodbye github pages, also make header look nicer on mobile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 84ee695..998bdd4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,10 @@ install: result
clean:
rm result
+ rm -rf _site
serve:
nix-shell -A serve
update:
- nix-shell -p bundler --run 'bundler update'
-
-lock:
- nix-shell -p bundler -p bundix --run 'bundler lock; bundler package --no-install --path vendor; bundix; rm -rf .bundle vendor'
+ nix-shell -p bundler --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'