X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=a3820002c2ea730d8056fe7c06b3d9ec390860d8;hb=44a4bdffcaf520bc1681fcc0fd330460cd49129f;hp=e19b93ab4cb994aad4f93fb354e5e4137f014f9d;hpb=a7c3ff9deab4cefbc76ac52d38b67e7033c63cf6;p=thunder diff --git a/makefile b/makefile index e19b93a..a382000 100644 --- 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 \