Fixed Makefile
This commit is contained in:
parent
40f9a471c1
commit
ad732ec226
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -33,10 +33,7 @@ endif
|
||||||
# remove all generated files
|
# remove all generated files
|
||||||
clobber: clean
|
clobber: clean
|
||||||
ruby -S bundle exec jekyll clean
|
ruby -S bundle exec jekyll clean
|
||||||
ifneq ($(strip $(markdown)),)
|
rm -rf out/
|
||||||
rm $(markdown)
|
|
||||||
endif
|
|
||||||
rmdir out/
|
|
||||||
|
|
||||||
# install bundler, and gem dependencies
|
# install bundler, and gem dependencies
|
||||||
macos-setup:
|
macos-setup:
|
||||||
|
|
Loading…
Reference in a new issue