We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0497119 + cd5bb70 commit a290917Copy full SHA for a290917
src/Makefile
@@ -53,6 +53,8 @@ DBG =
53
CC = ./c -q
54
export CCLIBS = -lpcre
55
56
+CPPFLAGS ?= -I/usr/include/pcre
57
+
58
# Reset the suffixes that will be considered to just our own list.
59
#
60
# Make programs use the .SUFFIXES psuedo rule for this
0 commit comments