From 9aa0cfadd6f3b3d8b9ad673d2ef3524361775658 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 9 May 2025 21:13:21 -0500 Subject: [PATCH] changed the name of the program --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd9d6f6..d179b06 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CXXFLAGS = -std=c++11 -Wall LDFLAGS = # Makefile settings - Can be customized. -APPNAME = Shot-Gun-Pete +APPNAME = ShotGun-Pete EXT = .cpp SRCDIR = src OBJDIR = obj