This repository has been archived on 2020-09-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scorelib/Makefile
2016-01-23 22:31:16 +01:00

8 lines
116 B
Makefile

all:
install:
cp -f scorelib.py scorelib
install scorelib /usr/bin
rm scorelib
uninstall:
rm /usr/bin/scorelib