Rename the project to Deceptifeed

This commit is contained in:
Ryan Smith
2024-10-21 17:18:09 -07:00
parent 34fbbc8233
commit d17f6fffaa
12 changed files with 47 additions and 51 deletions

View File

@@ -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