# Construye tu sitio web en texto-plano con Jekyll # # Para usar este makefile desde texto-plano.xyz corre make modificando el # comando del compilador: # # make JEKYLL=jekyll26 JEKYLL := bundle exec jekyll all: $(JEKYLL) build serve: $(JEKYLL) serve clean: $(JEKYLL) clean