summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0b443bbb55ec381df87e6361cb7fbb4b67177b6c (plain)
1
2
3
4
5
6
7
all: development

production:
	JEKYLL_ENV=production bundle exec jekyll build

development:
	JEKYLL_ENV=development bundle exec jekyll build