Makefile updates. Patch contributed courtesy of Troy Griffitts (scribe@crosswire.org)

This commit is contained in:
Paul Mosier 2021-10-16 20:21:09 -04:00
parent 874a084cda
commit d57854add5
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
PREFIX = /usr/local
CC = clang
CCFLAGS = -Wall
CC = clang
CCFLAGS = -Wall $(shell pkg-config --cflags sword)
TARGET = scriptura
INCLUDES = -I/usr/include/sword -I/usr/include/ncursesw
LDFLAGS = -lmenuw -lformw -lncursesw -lsword -lstdc++
LDFLAGS = -lmenuw -lformw -lncursesw -lstdc++ $(shell pkg-config --libs sword)
SOURCE = free.cpp scabbard.cpp pane.cpp scriptura.cpp