diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 13:22:10 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 13:22:10 -0400 |
commit | 89b452fcceba6bec4f9f80b21113b90688a16406 (patch) | |
tree | 49f6759c2252454599426a98100b808840f872fc /Makefile | |
parent | 58b6fc86414642aca333b542e52cba029eb05698 (diff) |
some small things that probably won't matter
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ BUNDLE := bundle serve: - ${BUNDLE} exec jekyll serve + ${BUNDLE} exec jekyll serve -w update: ${BUNDLE} update |