Mercurial > lab > homepage
view 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 source
all: @echo "Available targets" .for i in build clean serve upload @echo "* ${i}" .endfor build: @cd site; aya build clean: @cd site; aya clean serve: @cd site; aya serve upload: @cd site; aya upload