# | Line 5 | Line 5 | |
---|---|---|
5 | # $Id$ | |
6 | ||
7 | SHELL :=/usr/local/bin/bash -O extglob -O xpg_echo | |
8 | < | CPPFLAGS := -MD -I/usr/local/include |
8 | > | CPPFLAGS := -MD -I$(common) $(shell pcre-config --cflags) |
9 | CXXFLAGS := -Wall -pedantic -g -O2 $(shell $(common)/cpu.sh) | |
10 | + | LDFLAGS := -L$(common) |
11 | + | LDLIBS := -ltruck $(shell pcre-config --libs) |
12 | ||
13 | reset :=\e[0m | |
14 | bright :=\e[1m |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |