view Makefile @ 1:998d5e743163

Don't think I'm gonna be able to use SVN for this one
author yakumo_izuru
date Fri, 30 May 2025 19:41:23 -0300
parents edf035b5437a
children 380da6d0a7e9
line wrap: on
line source

all:
	@echo "Available targets"
.for i in build clean serve
	@echo "* ${i}"
.endfor
build:
	@cd site; aya build
clean:
	@cd site; aya clean
serve:
	@cd site; aya serve