Compare commits

..

No commits in common. "d14c999cdfafc642ca057fa4e66356e0463e2c29" and "5974b9d325f198918f77965734fcb563bf68b265" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

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