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
|
||||
clobber: clean
|
||||
ruby -S bundle exec jekyll clean
|
||||
ifneq ($(strip $(markdown)),)
|
||||
rm $(markdown)
|
||||
endif
|
||||
rmdir out/
|
||||
rm -rf out/
|
||||
|
||||
# install bundler, and gem dependencies
|
||||
macos-setup:
|
||||
|
|
Loading…
Reference in a new issue