10 lines
109 B
Makefile
10 lines
109 B
Makefile
|
all:
|
||
|
|
||
|
install:
|
||
|
cp cpy.sh /usr/bin/cpy
|
||
|
cp pst.sh /usr/bin/pst
|
||
|
|
||
|
uninstall:
|
||
|
rm /usr/bin/cpy
|
||
|
rm /usr/bin/pst
|