scripts/cpy_pst/Makefile
2015-08-15 22:40:58 +02:00

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