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 main.d
title.d title.d
obj/* obj/*
Shot-Gun-Pete ShotGun-Pete
banner.txt banner.txt
print.d print.d

View File

@ -8,7 +8,7 @@ CXXFLAGS = -std=c++11 -Wall
LDFLAGS = LDFLAGS =
# Makefile settings - Can be customized. # Makefile settings - Can be customized.
APPNAME = Shot-Gun-Pete APPNAME = ShotGun-Pete
EXT = .cpp EXT = .cpp
SRCDIR = src SRCDIR = src
OBJDIR = obj OBJDIR = obj