add Makefile
This commit is contained in:
parent
4e1d8f6ef2
commit
9f6a566c6b
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
SHELL=bash
|
||||
|
||||
.PHONY: generate push all
|
||||
|
||||
all: generate push
|
||||
|
||||
generate:
|
||||
./generate.py
|
||||
|
||||
push:
|
||||
rsync -avuP ./deploy/ quitte:public_html/regex
|
||||
|
Loading…
Reference in a new issue