summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-21 20:24:19 +1000
committerquou <quou@disroot.org>2024-07-21 20:24:19 +1000
commitcf193ce71bd1f13cebcafac718c124640c912060 (patch)
tree46fda104cd6c99c88bb67c7e993e0ec28f0eb4ae /Makefile
parente50e53b3ea82926ab01858e5728e489bd38d6878 (diff)
gun mesh
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 \