summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-11-30 16:27:55 -0500
committerDave Reisner <d@falconindy.com>2010-11-30 16:36:28 -0500
commitb185b057674387ca58511d722af8d4cfe8acc6a8 (patch)
tree82e46f92c8e377efa3ee17c489a53bc7d915c138 /config.mk
parent4e2438f6e7f39eec105f33d5708a2cfa49117246 (diff)
downloadexpac-b185b057674387ca58511d722af8d4cfe8acc6a8.tar.xz
Implement searching. Why am I rewriting pacman?
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index a1ed858..d358463 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,6 @@ VERSION = $(shell git describe --always)
# compiler flags
CC = c99
-CPPFLAGS = -DVERSION=\"${VERSION}\"
+CPPFLAGS = -DVERSION=\"${VERSION}\" ${PMCHECK}
CFLAGS += -g -pedantic -Wall -Wextra ${CPPFLAGS}
LDFLAGS += -lalpm