Skip to content

Commit

Permalink
Fix Makefile spearators
Browse files Browse the repository at this point in the history
  • Loading branch information
lefloh committed Sep 17, 2017
1 parent e5a628a commit f78178b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
clean:
rm -rf _site/*
rm -rf _site/*

debug:
jekyll serve --watch --baseurl=
jekyll serve --watch --baseurl=

build_test: clean
jekyll build --config _config.yml,_config_test.yml
dot_clean _site
find _site -name .DS_Store -delete
find _site -name ._* -delete
gnutar -czf ruppertdesign.tar.gz -C _site .
jekyll build --config _config.yml,_config_test.yml
dot_clean _site
find _site -name .DS_Store -delete
find _site -name ._* -delete
gnutar -czf ruppertdesign.tar.gz -C _site .

0 comments on commit f78178b

Please sign in to comment.