Initial commit

Basic project structure with a very simple Diceware number generator.
This commit is contained in:
2016-04-12 09:00:46 -04:00
commit 3ec73d22c0
10 changed files with 8668 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
python setup.py build
sudo checkinstall -Dy --fstrans=no python setup.py install
clean:
sudo rm -r build *-pak dicekey_*.deb