mox/rfc/Makefile
Mechiel Lukkien b115c7b10d
detect whitespace issues in rfc/index.txt earlier
by checking with each fetch and update.
2024-03-11 08:46:40 +01:00

10 lines
271 B
Makefile

default: fetch link
fetch:
./fetch.sh
link:
go run -tags link link.go -- ../*.go ../*/*.go
genxr:
go run xr.go -- xr/dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag --sort=v:refname | tail -n1) ../*.go ../*/*.go