summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-07-11 21:21:14 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-07-11 21:25:33 -0700
commita44e9e68f56db2f4d039366ff0e7197da46ca0e1 (patch)
tree2bf9609c930760ecc94729a7bc1652c463a06117 /Makefile
parente6f5e94cc025945cae524d14cda9a32ff5fec61f (diff)
Rename fzy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bc7e5d..bba58b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
LIBS=
CFLAGS+=-Wall -Wextra -g
-TARGET=hawthfuzz
-OBJECTS=hawthfuzz.o
+TARGET=fzy
+OBJECTS=fzy.o
$(TARGET): $(OBJECTS)
$(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS)