aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-16 16:40:07 -0300
committerEuAndreh <eu@euandre.org>2022-01-16 16:40:07 -0300
commitc62ef9d09c1ba426edaa73aca666d8e4c9c11f33 (patch)
tree875f17e14a9d0e5b9d0d3601320a8ccabfdc6f02
parentMakefile{,.dynamic}: Glue these files together using {files,deps}.mk (diff)
downloadeuandre.org-c62ef9d09c1ba426edaa73aca666d8e4c9c11f33.tar.gz
euandre.org-c62ef9d09c1ba426edaa73aca666d8e4c9c11f33.tar.xz
Makefile: make target "publish" depend on target "all"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14d501d..43c2ae7 100644
--- a/Makefile
+++ b/Makefile
@@ -96,5 +96,5 @@ clean:
public: $(derived-assets)
jekyll build
-publish: public
+publish: all
rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete