mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +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
|