about summary refs log tree commit diff stats
path: root/Makefile
blob: c58ef1facb0ecc036f5d58c4ca1e71463fd8df0a (plain) (blame)
1
2
3
4
5
6
7
.PHONY: build watch

build:
	krile ./ dest/ -c

watch:
	bash -c "trap 'kill %1' SIGINT SIGTERM EXIT; python3 -m http.server -d dest 8000 & ag -p ./.gitignore -l | entr make build"