summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent4e2438f6e7f39eec105f33d5708a2cfa49117246 (diff)
downloadexpac-b185b057674387ca58511d722af8d4cfe8acc6a8.tar.xz
Implement searching. Why am I rewriting pacman?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 393e17f..dc99f05 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ OBJ = ${SRC:.c=.o}
all: expac
+35:
+ ${MAKE} PMCHECK=-D_HAVE_ALPM_FIND_SATISFIER all
+
.c.o:
${CC} -c ${CFLAGS} $<