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

.PHONY: build
build:
	./script.sh > feed.xml

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