summaryrefslogtreecommitdiffstats
path: root/patches/Makefile
blob: 1179215f0a56b3b197af2fd7bf6734a6b076e8f7 (plain)
1
2
3
4
5
6
7
DESTDIR ?= /usr/local/bin
INSTALL ?= install

.PHONY: install
install:
	$(INSTALL) -D $(DESTDIR)
	$(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR)