mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 07:48:13 +03:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
default: fetch link
|
|
|
|
fetch:
|
|
./fetch.sh
|
|
|
|
link:
|
|
go run -tags link link.go -- ../*.go ../*/*.go
|