diff --git a/examples/simple/Makefile b/examples/simple/Makefile index f075570..f454b45 100644 --- a/examples/simple/Makefile +++ b/examples/simple/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -pedantic -Wall -g -I../.. -I../../src -I/usr/local/include -LDFLAGS = -L../.. -L/usr/local/lib -lspnav -lX11 +LDFLAGS = -L../.. -L/usr/local/lib -lspnav -lX11 -lm .PHONY: all all: simple_x11 simple_af_unix