]> Shamusworld >> Repos - apple2/blobdiff - Makefile
Improvements to timing, disk selector; added Double LoRes.
[apple2] / Makefile
index 9006897c5233b0eab07861e90c89eb80a50e6e48..11e3fd8e13c5eda7b539dc954651384d30d6d04b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ LDFLAGS =
 # Link in the gprof lib
 #LIBS = -L/usr/local/lib -L/usr/lib `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -pg
 #LIBS = -L/usr/local/lib -L/usr/lib $(SDL_LIBS) -lstdc++ -lz $(GLLIB) -pg
-LIBS = $(SDL_LIBS) -lstdc++ -lz $(GLLIB) -pg
+LIBS = $(SDL_LIBS) -lstdc++ -lz -lm $(GLLIB) -pg
 
 #INCS = -I. -I./src -I/usr/local/include -I/usr/include
 INCS = -I. -I./src