diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-01-23 17:49:12 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-01-23 17:55:02 -0700 |
commit | b2a271128c62d1a378ec350081f9224d049beaf6 (patch) | |
tree | c2b152bbb7ba7a23689f1843416eef4959da03f5 /Makefile | |
parent | 3a2309c264d25760a43af70ee2491f442552ed45 (diff) |
goodbye github pages, also make header look nicer on mobile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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' |