summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 22:43:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commit07aabe5ca5f31e6735df08ccd5714952e39cc0fd (patch)
tree95c1ea209f8d4e36a3389aa2b541aacf960caf9b /Makefile
parentfd75fb60f19c7b58eb9305affc3c830457ba46aa (diff)
downloadconf-07aabe5ca5f31e6735df08ccd5714952e39cc0fd.tar.gz
conf-07aabe5ca5f31e6735df08ccd5714952e39cc0fd.zip
more unite configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e07724..5258daf 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,9 @@ INSTALL = abcde.conf \
zsh
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
-BUILD = bin/nethack/timettyrec $(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*)))
+BUILD = bin/nethack/timettyrec \
+ $(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
+ vim/bundle/vimproc/autoload/vimproc_unix.so
EMPTYDIRS = .log .vim/undo
@@ -88,4 +90,7 @@ fortune/%.dat : fortune/%
@echo "Compiling $@"
@strfile -s $(basename $@)
+vim/bundle/vimproc/autoload/vimproc_unix.so : vim/bundle/vimproc/autoload/proc.c
+ cd vim/bundle/vimproc && make
+
.PHONY: build install clean