Add Tup generator

This commit is contained in:
Fabien Freling 2019-06-09 16:02:38 +02:00
parent 64e71a6023
commit 1135a85073
17 changed files with 154 additions and 7 deletions

View file

@ -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/