summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2015-11-07 01:37:03 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2015-11-07 18:19:18 -0800
commit0f7b650cd1edfc1706f1c9dffd746f7fae2d35e3 (patch)
tree8837e0116a78a7433d26c0fab319d70ab888fbf9 /Makefile
parentafef1c979c0955a7bced155ea91984acda067429 (diff)
Allow customization of config.h via config.def.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9018404..41ea0c7 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ fzy: fzy.o match.o tty.o choices.o
%.o: %.c config.h
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+config.h:
+ cp config.def.h config.h
+
install: fzy
mkdir -p $(DESTDIR)$(BINDIR)
cp fzy $(DESTDIR)$(BINDIR)/