summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-01-27 16:05:55 -0800
committerJesse Luehrs <doy@tozt.net>2017-01-27 16:07:02 -0800
commitc3b99892a57ea76a07800babd77382628af1a316 (patch)
tree7dd01e12c37317196bb9792f044d168997fc49e8 /Makefile
parente7e88975238838afda45270b7b3c6db217174414 (diff)
downloadconf-c3b99892a57ea76a07800babd77382628af1a316.tar.gz
conf-c3b99892a57ea76a07800babd77382628af1a316.zip
reorganize bin directory
don't need an independent nethack bin directory, but i do want a place to stick local binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d70bcb..3cc5416 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ INSTALL = agignore \
zsh
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
-BUILD = bin/nethack/timettyrec \
+BUILD = bin/local/timettyrec \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
vim/bundle/vimproc/autoload/vimproc_linux64.so \
vim/spell/en.utf-8.add.spl \