mox/rfc/Makefile
2023-12-21 09:46:01 +01:00

10 lines
251 B
Makefile

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