medfall

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

commit 0fecd7671cc6585a6f51f7bf1b0ba17c25cbbd4e
parent 973e1c38f9199f83f15dd1c1328232ea0e6993a0
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon Jan 23 20:55:32 +0200

Fix launcher build

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ medfall: main.o gl.o log.o strlcpy.o memory_arena.o renderer.o immediate.o work_ pp: pp.o log.o memory_arena.o stb_image.o lz4.o lz4hc.o strlcpy.o heightmap.o sound: audio.o mixer.o log.o strlcpy.o memory_arena.o wave.o platform_audio_output.o srv: server/main.o log.o profiler.o stats.o strlcpy.o rng/well512.o libglfw.a -launcher/launcher: launcher/main.o log.o http.o sha2.o strlcpy.o +launcher/launcher: launcher/main.o memory_arena.o log.o http.o work_queue.o sha2.o strlcpy.o gl.o glad.o libimgui.a stb_truetype.o libglfw.a test_lockfree: relacy.cc $(CXX) relacy.cc -o test_lockfree $(CXXFLAGS) $(LDFLAGS) -std=c++98 -fexceptions -frtti -Wno-missing-field-initializers