aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-03 23:14:56 +0300
committerheqnx <root@heqnx.com>2025-06-03 23:14:56 +0300
commit87fff17700388edbec5a7a6d80cd8a1ce343157c (patch)
tree38f60e13ddec5ab4676983c7155ee02dabd9e496 /src/Makefile
parentd906909ccae7986f2101a2de2f18152cb16a3d95 (diff)
downloadcve-poc-mon-87fff17700388edbec5a7a6d80cd8a1ce343157c.tar.gz
cve-poc-mon-87fff17700388edbec5a7a6d80cd8a1ce343157c.zip
added -buildvcs, added author
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 807b9f9..4ac1c16 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
PROJECT_NAME := cve-poc-mon
BUILD_DIR := build
-GOFLAGS := -ldflags "-s -w" -trimpath
+GOFLAGS := -ldflags "-s -w" -trimpath -buildvcs=false
GO_BUILD := go build $(GOFLAGS)
.PHONY: all clean linux windows darwin tidy