]> Shamusworld >> Repos - thunder/blobdiff - makefile
Added MCU to execution loop and it works.
[thunder] / makefile
index e19b93ab4cb994aad4f93fb354e5e4137f014f9d..a3820002c2ea730d8056fe7c06b3d9ec390860d8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -50,7 +50,7 @@ CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno-
 
 LDFLAGS =
 
-# Ugh, let's get rid of the ref to -lcurses
+# Ugh, let's get rid of the ref to -lcurses [DONE]
 LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz -lm $(GLLIB)
 
 INCS = -I. -Isrc
@@ -63,6 +63,7 @@ OBJS = \
        obj/log.o        \
        obj/resource.o   \
        obj/screen.o     \
+       obj/sound.o      \
        obj/v63701.o     \
        obj/v6809.o      \
        obj/video.o      \