Skip to content

Commit

Permalink
add Makefile, remove old vendor libs, address #28
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Oct 14, 2020
1 parent 0b10293 commit 3867865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
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
9 changes: 4 additions & 5 deletions Makefile
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
1 change: 0 additions & 1 deletion vendor/github.com/reconquest/ser-go
Submodule ser-go deleted from 47f084
1 change: 0 additions & 1 deletion vendor/github.com/zazab/zhash
Submodule zhash deleted from a8cbf3

0 comments on commit 3867865

Please sign in to comment.