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