Mercurial > lab > homepage
view Makefile @ 3:21b2c131d8c7
Wallpapers take a long time to load, and the mobile ones were removed because of the same reason
author | yakumo_izuru |
---|---|
date | Sun, 08 Jun 2025 13:01:55 -0300 |
parents | 380da6d0a7e9 |
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