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

all:

install:
	for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done