makefile mkdir
This commit is contained in:
parent
32e9a07f94
commit
5826f775a7
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ all: pull index
|
|||||||
|
|
||||||
init:
|
init:
|
||||||
pppadump init
|
pppadump init
|
||||||
mkdir $(OUTPUT)
|
mkdir -p $(OUTPUT)
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
pppadump pull --all --force --css ../styles.css --pub $(OUTPUT)/p --group $(OUTPUT)/g
|
pppadump pull --all --force --css ../styles.css --pub $(OUTPUT)/p --group $(OUTPUT)/g
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user