summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 31b5468f1bebea92034d4a3009e5b06bc6f7d3b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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) jekyll serve

clean:
	$(JEKYLL) jekyll clean
Un proyecto texto-plano.xyz