dicekey/Makefile
Kris Lamoureux 3ec73d22c0
Initial commit
Basic project structure with a very simple Diceware number generator.
2016-04-12 09:00:46 -04:00

7 lines
138 B
Makefile

install:
python setup.py build
sudo checkinstall -Dy --fstrans=no python setup.py install
clean:
sudo rm -r build *-pak dicekey_*.deb