X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=9004c5855cd27fd9e63924b844ed8b8c1d2df971;hb=756fbabdd25117272164fd2d31810e6018a5990e;hp=966bf3bce49a3ec8f11568915ac6a4a9c93d13e9;hpb=ad913876dd8313ff082819d8cd5a921418670657;p=thunder diff --git a/makefile b/makefile index 966bf3b..9004c58 100644 --- a/makefile +++ b/makefile @@ -51,9 +51,9 @@ CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno- LDFLAGS = # Ugh, let's get rid of the ref to -lcurses -LIBS = -L/usr/local/lib `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -lcurses +LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -lcurses -INCS = -I. -Isrc -I/usr/local/include +INCS = -I. -Isrc OBJS = \ obj/dis6808.o \