Skip to content
Snippets Groups Projects
Makefile 95 B
Newer Older
.PHONY : build deploy

build:
	jekyll build

deploy:
	make build
	./deploy