initial upload
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
go mod tidy
|
||||
GOOS=linux GOARCH=arm64 go build -a -trimpath -gcflags=all="-l -B -e" -ldflags "-s -w"
|
||||
mkdir -p ../out
|
||||
mv lexipwn ../out/
|
||||
|
||||
Reference in New Issue
Block a user