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 /Makefile | |
parent | 4e2438f6e7f39eec105f33d5708a2cfa49117246 (diff) | |
download | expac-b185b057674387ca58511d722af8d4cfe8acc6a8.tar.xz |
Implement searching. Why am I rewriting pacman?
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ OBJ = ${SRC:.c=.o} all: expac +35: + ${MAKE} PMCHECK=-D_HAVE_ALPM_FIND_SATISFIER all + .c.o: ${CC} -c ${CFLAGS} $< |