-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Makefile, remove old vendor libs, address #28
- Loading branch information
Showing
4 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
[submodule "vendor/github.com/reconquest/import.bash"] | ||
path = vendor/github.com/reconquest/import.bash | ||
url = https://github.com/reconquest/import.bash | ||
[submodule "vendor/github.com/reconquest/ser-go"] | ||
path = vendor/github.com/reconquest/ser-go | ||
url = https://github.com/reconquest/ser-go | ||
[submodule "vendor/github.com/zazab/zhash"] | ||
path = vendor/github.com/zazab/zhash | ||
url = https://github.com/zazab/zhash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
vendor/%/Makefile: | ||
bash -c 'source vendor/github.com/reconquest/import.bash/import.bash && \ | ||
import "$*"' | ||
build: | ||
go build -mod=mod -ldflags -X=main.version=$$(git describe --tags --abbrev=6) | ||
|
||
include vendor/github.com/reconquest/test-runner.bash/Makefile | ||
include vendor/github.com/reconquest/go-test.bash/Makefile | ||
test: | ||
./run_tests -vvvv |
Submodule ser-go
deleted from
47f084
Submodule zhash
deleted from
a8cbf3