]> Shamusworld >> Repos - thunder/blobdiff - makefile
Thunder now works with NO samples! \o/
[thunder] / makefile
index e19b93ab4cb994aad4f93fb354e5e4137f014f9d..fdf79bca85a29cf4a8cfc85ee1932b5138ae170b 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
@@ -61,8 +61,10 @@ OBJS = \
        obj/gui.o        \
        obj/icon-64x64.o \
        obj/log.o        \
+       obj/psg.o        \
        obj/resource.o   \
        obj/screen.o     \
+       obj/sound.o      \
        obj/v63701.o     \
        obj/v6809.o      \
        obj/video.o      \