summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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