summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 792b8b1..050f658 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,9 @@ sources = \
objects = $(sources:%.c=%.o)
mesh_sources = \
- $(int_dir)/monkey.obj \
- $(int_dir)/cube.obj
+ $(int_dir)/cube.obj \
+ $(int_dir)/gun.obj \
+ $(int_dir)/monkey.obj
texture_sources = \
$(int_dir)/gun.bmp \