From b2a271128c62d1a378ec350081f9224d049beaf6 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 23 Jan 2021 17:49:12 -0700 Subject: goodbye github pages, also make header look nicer on mobile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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' -- cgit v1.2.3