This commit is contained in:
2019-10-18 23:22:53 -07:00
commit b919d5b437
12 changed files with 795 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
default: codename
codename:
@PYTHONPATH=. python3 bin/codename
build:
docker build -t sneak/codenamegenerator .