Better Code Style
This commit is contained in:
parent
3383ca5a80
commit
d6f1748061
2 changed files with 90 additions and 48 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,8 @@
|
|||
all:
|
||||
|
||||
|
||||
install:
|
||||
cp -f scorelib.py scorelib
|
||||
install scorelib /usr/bin
|
||||
rm scorelib
|
||||
uninstall:
|
||||
rm /usr/bin/scorelib
|
||||
|
|
Reference in a new issue