scripts/cpy_pst/Makefile

10 lines
109 B
Makefile
Raw Normal View History

2015-08-15 22:40:58 +02:00
all:
install:
cp cpy.sh /usr/bin/cpy
cp pst.sh /usr/bin/pst
uninstall:
rm /usr/bin/cpy
rm /usr/bin/pst