diff --git a/Makefile b/Makefile index 88142d2..a2ad818 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ book: clean: rm -rf book + +deploy: + (. ./.envrc; $(MAKE) all)