fixed dumb mistake in the Makefile

This commit is contained in:
Return0ne 2021-10-30 16:48:46 -04:00
parent 98e9aef965
commit cdf022c8ce
8 changed files with 27 additions and 20 deletions

View file

@ -2,7 +2,7 @@
#files to compile
OBJS = src/main.cpp src/TobeeRPG.h src/RPG.cpp
OBJS = src/Main.cpp src/RPG.cpp
#compiler to use