diff Makefile @ 2:380da6d0a7e9

Swapped fonts, return of the webring
author yakumo_izuru
date Sat, 07 Jun 2025 22:47:50 -0300
parents edf035b5437a
children
line wrap: on
line diff
--- a/Makefile	Fri May 30 19:41:23 2025 -0300
+++ b/Makefile	Sat Jun 07 22:47:50 2025 -0300
@@ -1,6 +1,6 @@
 all:
 	@echo "Available targets"
-.for i in build clean serve
+.for i in build clean serve upload
 	@echo "* ${i}"
 .endfor
 build:
@@ -9,4 +9,6 @@
 	@cd site; aya clean
 serve:
 	@cd site; aya serve
+upload:
+	@cd site; aya upload