diff options
author | quou <quou@disroot.org> | 2024-08-10 19:21:55 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-08-10 19:37:58 +1000 |
commit | cfc86e984f965285094fca91fee7d9098423b4cb (patch) | |
tree | 2bec7b29e35ae56d9061931ec984d25d4f7b75ba /Makefile | |
parent | db26f27bbeea7de759c8f5a30fa79789bed066a2 (diff) |
draw the gun
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |