Initial commit. And working.

This commit is contained in:
2018-06-13 19:44:46 +02:00
commit d52a59b08a
5 changed files with 797 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
@printf "Nothing to make. Run \"make install\" instead.\n"
install:
install -D -m744 src/omemo-qrcode-gen "/usr/local/bin/omemo-qrcode-gen"