EE205 Final Project Makefile Targets make run: compiles just the game and runs it make all: compiles all executables make clean: removes all generated files