minor cleanup, encodefile command in Base64.java
[org.ibex.crypto.git] / Makefile
index 68007d8..cf7e69a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,11 +34,11 @@ clean:
 
 # This stuff is only for Brian to use 
 # We should probably verify this file somehow
-tmp/.havecacertrs:
+tmp/.havecacerts:
        @mkdir -p tmp
        wget -O - http://ftp.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20020323.tar.gz | gzip -dc | tar -C tmp -xf-
        cd tmp/ca-certificates/mozilla && \
-               make all \
+               make all; \
                for f in *.pem; do \
                        openssl x509 -in "$$f" -out "$$f.der" -outform der; \
                done