Skip to content

Commit

Permalink
Makefile:n lisäys
Browse files Browse the repository at this point in the history
  • Loading branch information
jannecederberg committed Oct 31, 2016
1 parent b235362 commit 21abff2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Makefile for www.koodaustunti.fi

.PHONY: serve build update default

serve:
bundle exec jekyll serve

build:
bundle exec jekyll build

update:
git push

default: serve

0 comments on commit 21abff2

Please sign in to comment.