changed the name of the program

This commit is contained in:
Justin 2025-05-09 21:13:21 -05:00
parent 5974b9d325
commit 9aa0cfadd6
1 changed files with 1 additions and 1 deletions

View File

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