9 lines
109 B
Makefile
9 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
|