summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-08-10 19:21:55 +1000
committerquou <quou@disroot.org>2024-08-10 19:37:58 +1000
commitcfc86e984f965285094fca91fee7d9098423b4cb (patch)
tree2bec7b29e35ae56d9061931ec984d25d4f7b75ba /Makefile
parentdb26f27bbeea7de759c8f5a30fa79789bed066a2 (diff)
draw the gun
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e36d50b..b80e512 100644
--- a/Makefile
+++ b/Makefile
@@ -35,10 +35,11 @@ mesh_sources = \
$(int_dir)/monkey.obj
texture_sources = \
- $(int_dir)/gun.bmp \
+ $(int_dir)/brick.bmp \
$(int_dir)/floorboards.bmp \
$(int_dir)/floorboardsbot.bmp \
- $(int_dir)/brick.bmp
+ $(int_dir)/gun.bmp \
+ $(int_dir)/guy.bmp
meshes = $(mesh_sources:$(int_dir)/%.obj=$(data_dir)/%.msh)
textures = $(texture_sources:$(int_dir)/%.bmp=$(data_dir)/%.bc1)