mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-02 21:23:39 +00:00
Rename the project to Deceptifeed
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
# Makefile for CTI Honeypot
|
||||
# Makefile for Deceptifeed
|
||||
|
||||
TARGET_BINARY := ./out/cti-honeypot
|
||||
SOURCE := ./cmd/cti-honeypot/
|
||||
TARGET_BINARY := ./out/deceptifeed
|
||||
SOURCE := ./cmd/deceptifeed/
|
||||
INSTALL_SCRIPT := ./scripts/install.sh
|
||||
UNINSTALL_SCRIPT := ./scripts/install.sh --uninstall
|
||||
GO := go
|
||||
|
||||
Reference in New Issue
Block a user