Remove 'clean' makefile target
This commit is contained in:
parent
83b74a567a
commit
d3fbc61ed5
5
Makefile
5
Makefile
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue