aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: dd9e0b0e1005b81bd981748c882e2c235e0ca8a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROG=ytfzf

PREFIX = /usr/local

install:
	chmod 755 $(PROG)
	install ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}

uninstall:
	rm -f ${DESTDIR}${PREFIX}/bin/${PROG}

.PHONY: install uninstall
Un proyecto texto-plano.xyz