Remove 'clean' makefile target

master
Fabien Freling 2019-10-28 15:36:22 +01:00
parent 83b74a567a
commit d3fbc61ed5
1 changed files with 1 additions and 4 deletions

View File

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