summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 462a001a1a386ebd92d09e3b5d6c8e70ff6fb6d8 (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) serve

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