]> git.lizzy.rs Git - shadowclad.git/blobdiff - Makefile
Add the concept of a player character and load its 3D model
[shadowclad.git] / Makefile
index 28a753a23d6bc51b2918846defb856842fddb2ef..6dcf1047887dcc357bfdca8493b480315eaa1b14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ LDLIBS ::= -L/usr/local/lib -lGL -lGLEW -lglut -lassimp $(LDLIBS)
 
 # Prefix all object file names with the compilation directory
 objects ::= $(addprefix out/, \
-              main.o level.o logger.o \
-              performance.o render.o tga.o ui.o)
+              main.o asset.o level.o logger.o \
+              performance.o player.o render.o tga.o ui.o)
 
 # Set executable extension for the platform
 ifeq ($(OS),Windows_NT)