wpmp4/Makefile

8 lines
139 B
Makefile
Raw Normal View History

2022-08-19 22:50:07 +08:00
install:
mkdir -p /usr/local/bin
cp -f scrsht /usr/local/bin
chmod 755 /usr/local/bin/scrsht
uninstall:
rm -f /usr/local/bin/scrsht