diff options
| author | Paul Duncan <pabs@pablotron.org> | 2022-01-31 17:18:06 -0500 |
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2022-01-31 17:18:06 -0500 |
| commit | f77d9ce238dc4c86a605770b33f27d2cb0d51eb3 (patch) | |
| tree | d05c7d44ae99d44b17970a2314f34724d5dd8aad /Makefile | |
| parent | 08cd2d3e893e4f1298110594ca168e366a38d5aa (diff) | |
| download | cvez-f77d9ce238dc4c86a605770b33f27d2cb0d51eb3.tar.xz cvez-f77d9ce238dc4c86a605770b33f27d2cb0d51eb3.zip | |
add Makefile, internal/cvss/v{2,31}vector_test.go
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a9cb09b --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY=all test + +all: + go1.18beta1 build + +test: + go1.18beta1 test ./... |
