commit 7387af00c07aa53b4f1792d435afb4ea2f9d43ed parent e4206a080b9d2cac340aa46e1a02a5ebb1a12231 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Aug 15 23:30:34 +0200 Don't need work queue in medfall Diffstat:
Makefile | | | 2 | +- |
diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ all: medfall hm.so pp -OBJS = main.o gl.o work_queue.o +OBJS = main.o gl.o BSPOBJS = bsp.o bsp_renderer.o gl.o HMOBJS = hm.o heightmap.o terrain_manager.o work_queue.o stb_image.o stb_perlin.o PPOBJS = pp.o stb_image.o stb_image_write.o