This repository has been archived on 2020-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
scorelib/Makefile

9 lines
116 B
Makefile
Raw Permalink Normal View History

2015-09-30 11:33:49 +02:00
all:
2016-01-23 22:31:16 +01:00
2015-09-30 11:33:49 +02:00
install:
2016-01-23 22:31:16 +01:00
cp -f scorelib.py scorelib
2015-09-30 11:33:49 +02:00
install scorelib /usr/bin
2016-01-23 22:31:16 +01:00
rm scorelib
2015-09-30 11:33:49 +02:00
uninstall:
rm /usr/bin/scorelib