Initial commit
This commit is contained in:
commit
fe1e17ac89
5 changed files with 458 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
|
||||
install:
|
||||
install scorelib /usr/bin
|
||||
uninstall:
|
||||
rm /usr/bin/scorelib
|
Reference in a new issue