about summary refs log tree commit diff
path: root/Makefile
blob: e8058b0ffe5fa9f1eded8954fb310f9052af6596 (plain) (blame)
1
2
3
4
5
6
7
8
9
PREFIX=${HOME}
DESTDIR=

all:

install:
	for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done
	install -Dm644 _xtools /usr/share/zsh/site-functions/_xtools