medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 29617b17aad13ee63c9497367c388f1b46fb3a3d
parent 9e19b0be1f7b0ff12fed11e2714023e19f16d184
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Jan 30 14:26:38 +0000

Add rule to build sound again

Diffstat:
Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -BINS := medfall pp +BINS := medfall pp sound MODULES := bsp.so btt.so hm.so sm.so audio.so STBS := stb_truetype stb_image stb_image_write stb_perlin @@ -6,6 +6,7 @@ all: $(BINS) $(STB_OBJS) $(MODULES) medfall: main.o gl.o memory_arena.o pp: pp.o stb_image.o stb_image_write.o +sound: linux_audio.o wave.o audio.o memory_arena.o bsp.so: bsp.o bsp_renderer.o hm.so: hm.o heightmap.o terrain_manager.o stb_perlin.o