Rename Vendor.Xpp -> Vendors.Xpp

This commit is contained in:
gsemaj
2021-04-16 13:28:59 -04:00
parent 588e941d3c
commit fa7c88e214
6 changed files with 15 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ CXXSRC=\
src/Buddies.cpp\
src/Groups.cpp\
src/Racing.cpp\
src/Vendor.cpp\
src/Vendors.cpp\
src/Trading.cpp\
# headers (for timestamp purposes)
@@ -115,7 +115,7 @@ CXXHDR=\
src/Buddies.hpp\
src/Groups.hpp\
src/Racing.hpp\
src/Vendor.hpp\
src/Vendors.hpp\
src/Trading.hpp\
COBJ=$(CSRC:.c=.o)