fixed dumb mistake in the Makefile
This commit is contained in:
parent
98e9aef965
commit
cdf022c8ce
8 changed files with 27 additions and 20 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue