aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 597e17026f64d75dd65222c96ccf530ccf159951 (plain)
1
2
3
4
5
6
7
8
.DEFAULT: build

build:
	php _phpetite/phpetite.php > _site/index.html
	php _phpetite/rss.php > _site/atom.xml

serve: build
	python3 -m http.server --directory _site/