From d3fbc61ed5231d5f59b5e60c1be4f93c779b569c Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Mon, 28 Oct 2019 15:36:22 +0100 Subject: [PATCH] Remove 'clean' makefile target --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3b05e7f..6fe50cd 100644 --- a/Makefile +++ b/Makefile @@ -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/