Add Tup generator
This commit is contained in:
parent
64e71a6023
commit
1135a85073
17 changed files with 154 additions and 7 deletions
11
Makefile
11
Makefile
|
@ -5,3 +5,14 @@ all: site.hs
|
|||
|
||||
build: all
|
||||
./${TARGET} build
|
||||
|
||||
tup:
|
||||
tup build
|
||||
|
||||
graph:
|
||||
tup graph . | dot -Tpng > graph.png
|
||||
|
||||
deploy:
|
||||
rsync --checksum -ave 'ssh -p 4242' \
|
||||
build/* fab@ffreling.com:public_html/ffreling.com/public/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue