]> Shamusworld >> Repos - thunder/blobdiff - makefile
Added V63701, YM2151 emulation, more SDL 2 fixes.
[thunder] / makefile
index 966bf3bce49a3ec8f11568915ac6a4a9c93d13e9..9004c5855cd27fd9e63924b844ed8b8c1d2df971 100644 (file)
--- 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    \