mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
Update Makefile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
all: clean
|
||||
@ echo " * Building listener_beacon_tcp plugin"
|
||||
@ mkdir dist
|
||||
@ cp config.json ./dist/
|
||||
@ cp config.json ax_config.axs ./dist/
|
||||
@ go build -buildmode=plugin -ldflags="-s -w" -o ./dist/listener_beacon_tcp.so pl_main.go pl_tcp.go pl_listener.go
|
||||
@ echo " done..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user