Update documentation and examples makefile.

This commit is contained in:
Michael R Sweet
2024-12-26 15:12:56 -05:00
parent e96f9bfa6b
commit 6d65a609e5
4 changed files with 16 additions and 9 deletions

View File

@ -12,10 +12,10 @@
# Common options
#CFLAGS = -g $(CPPFLAGS)
CFLAGS = -g -fsanitize=address $(CPPFLAGS)
CPPFLAGS = -I..
LIBS = -L.. -lpdfio -lz
CFLAGS = -g $(CPPFLAGS)
#CFLAGS = -g -fsanitize=address $(CPPFLAGS)
CPPFLAGS = -I.. -I/usr/local/include
LIBS = -L.. -L/usr/local/lib -lpdfio -lz
# Targets