Blob


1 .POSIX:
2 SRC = t_done.sh
3 PREFIX = /usr/local
4 TARGET = t
6 install:
7 install -m755 ${SRC} ${PREFIX}/bin/${TARGET}