1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Removing vendor directory

This commit is contained in:
Bjoern Weidlich
2020-01-08 22:34:36 -08:00
parent c1f9c910e1
commit 6747784acd
3324 changed files with 1 additions and 1277373 deletions

View File

@@ -30,7 +30,7 @@ APP=wtfutil
## build: builds a local version
build:
go build -o bin/${APP} -mod=vendor
go build -o bin/${APP}
@echo "Done building"
## clean: removes old build cruft