diff options
author | Dave Reisner <d@falconindy.com> | 2010-11-30 16:27:55 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-11-30 16:36:28 -0500 |
commit | b185b057674387ca58511d722af8d4cfe8acc6a8 (patch) | |
tree | 82e46f92c8e377efa3ee17c489a53bc7d915c138 /config.mk | |
parent | 4e2438f6e7f39eec105f33d5708a2cfa49117246 (diff) | |
download | expac-b185b057674387ca58511d722af8d4cfe8acc6a8.tar.xz |
Implement searching. Why am I rewriting pacman?
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |