Remove 'clean' makefile target

This commit is contained in:
Fabien Freling 2019-10-28 15:36:22 +01:00
parent 83b74a567a
commit d3fbc61ed5

View file

@ -3,13 +3,10 @@ all: tup
tup: tup:
tup build tup build
clean:
cd build && git nuke
graph: graph:
tup graph . | dot -Tpng > graph.png tup graph . | dot -Tpng > graph.png
deploy: clean tup deploy: tup
rsync --checksum --copy-links -ave 'ssh -p 4242' \ rsync --checksum --copy-links -ave 'ssh -p 4242' \
--exclude-from=rsync_excludes.txt \ --exclude-from=rsync_excludes.txt \
build/* fab@ffreling.com:public_html/ffreling.com/public/ build/* fab@ffreling.com:public_html/ffreling.com/public/