build-sys: import Makefile from darvaza.org

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-21 18:00:27 +00:00
parent f714210b37
commit a3f8e2fee3
8 changed files with 413 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build tools
package tools
import (
_ "github.com/mgechev/revive"
)