]> Shamusworld >> Repos - thunder/blobdiff - makefile
Removed useless cruft, fixed off-by-one bug in screen render.
[thunder] / makefile
index 9004c5855cd27fd9e63924b844ed8b8c1d2df971..e19b93ab4cb994aad4f93fb354e5e4137f014f9d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -51,21 +51,22 @@ CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno-
 LDFLAGS =
 
 # Ugh, let's get rid of the ref to -lcurses
-LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -lcurses
+LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz -lm $(GLLIB)
 
 INCS = -I. -Isrc
 
 OBJS = \
-       obj/dis6808.o    \
+       obj/dis63701.o   \
        obj/dis6809.o    \
        obj/gui.o        \
        obj/icon-64x64.o \
        obj/log.o        \
        obj/resource.o   \
        obj/screen.o     \
-       obj/v6808.o      \
+       obj/v63701.o     \
        obj/v6809.o      \
        obj/video.o      \
+       obj/ym2151.o     \
        obj/thunder.o    \
        $(ICON)