aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-01-31 17:18:06 -0500
committerPaul Duncan <pabs@pablotron.org>2022-01-31 17:18:06 -0500
commitf77d9ce238dc4c86a605770b33f27d2cb0d51eb3 (patch)
treed05c7d44ae99d44b17970a2314f34724d5dd8aad /Makefile
parent08cd2d3e893e4f1298110594ca168e366a38d5aa (diff)
downloadcvez-f77d9ce238dc4c86a605770b33f27d2cb0d51eb3.tar.bz2
cvez-f77d9ce238dc4c86a605770b33f27d2cb0d51eb3.zip
add Makefile, internal/cvss/v{2,31}vector_test.go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
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 ./...