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