mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-08-01 19:10:28 +00:00
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
7c33cb7d95
commit
fcacdf01e7
3 changed files with 23 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -2,11 +2,10 @@
|
|||
BUILD := gomtree
|
||||
BUILDPATH := github.com/vbatts/go-mtree/cmd/gomtree
|
||||
CWD := $(shell pwd)
|
||||
SOURCE_FILES := $(shell find . -type f -name "*.go")
|
||||
SOURCE_FILES = $(shell find . -type f -name "*.go")
|
||||
CLEAN_FILES := *~
|
||||
TAGS :=
|
||||
ARCHES := linux,386 linux,amd64 linux,arm linux,arm64 linux,mips64 linux,riscv64 openbsd,amd64 windows,amd64 windows,arm64 darwin,amd64 darwin,arm64
|
||||
GO_VER := go1.14
|
||||
|
||||
default: build validation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue