Browse code

Reorder Makefile to make building the default action

Joseph Weston authored on 31/03/2021 06:10:45
Showing 1 changed files
... ...
@@ -1,8 +1,9 @@
1
-.PHONY: build upload
1
+.PHONY: build upload publications
2 2
 
3
-publications:
4
-	scripts/fetch-publications.py > data/publications.yml
5 3
 build:
6 4
 	hugo
7 5
 upload: build
8 6
 	rsync -P -rvzc --include tags --cvs-exclude --delete public/ jbw@uberspace:/home/jbw/web/weston.cloud
7
+
8
+publications:
9
+	scripts/fetch-publications.py > data/publications.yml