diff --git a/Makefile b/Makefile index cf301ec..d8f9119 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ build: bundle exec jekyll build +serve: + bundle exec jekyll serve + publish: build rsync -r --delete _site/ makalu.thomasba.de:/www/thomasba.de/rezepte/