fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 5601125d74dc79fb8cc169f38cd924f28284e207
parent 2930fa9ea0173810f2dc8fd6267beddaafaa36e7
Author: John Hawthorn <john@stembolt.com>
Date:   Wed, 13 Apr 2016 11:51:32 -0700

Revert "Simplify CFLAGS"

This reverts commit 245737eca3ed88e5af980f5dde208c0c76e37328.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ VERSION=0.2 -CPPFLAGS=-DVERSION=\"${VERSION}\" -CFLAGS+=-Wall -Wextra -g -O3 -pedantic +CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE +CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic PREFIX?=/usr/local MANDIR?=$(PREFIX)/share/man BINDIR?=$(PREFIX)/bin