Compare commits

...

2 Commits

Author SHA1 Message Date
Justin d14c999cdf Changed the name of the compile 2025-05-09 21:29:57 -05:00
Justin 9aa0cfadd6 changed the name of the program 2025-05-09 21:13:21 -05:00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
main.d
title.d
obj/*
Shot-Gun-Pete
ShotGun-Pete
banner.txt
print.d

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