comparison Makefile @ 1:ab7313512aba

missing comma in DN, regenerate keystore
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 10:46:17 -0700
parents 0ce5cc452d02
children accf93be8c12
comparison
equal deleted inserted replaced
0:0ce5cc452d02 1:ab7313512aba
10 ndk-build clean; V=1 ndk-build 10 ndk-build clean; V=1 ndk-build
11 android update project -p . -t android-16 11 android update project -p . -t android-16
12 ant $(style) 12 ant $(style)
13 13
14 genkey: 14 genkey:
15 keytool -genkeypair -keystore 510Connectbot.keystore -alias 510Connectbot -dname "cn=510Connectbot , ou=510Connectbot, o=five-ten-sg o=com, c=US" -keyalg RSA -keysize 2048 -validity 10000 15 keytool -genkeypair -keystore 510Connectbot.keystore -alias 510Connectbot -dname "cn=510Connectbot , ou=510Connectbot, o=five-ten-sg, o=com, c=US" -keyalg RSA -keysize 2048 -validity 10000
16 16
17 docs: 17 docs:
18 (cd xml; make) 18 (cd xml; make)
19 19
20 install: 20 install: