the-lambda-way / bruteforce-enigma

A tool for cracking and bruteforcing Enigma ciphers.
MIT License
19 stars 3 forks source link

build error on M1 Apple Silicon #6

Closed the-lambda-way closed 1 year ago

the-lambda-way commented 1 year ago

Fixes #5 force use of the time binary

Modern Macs use zsh by default instead of bash, and zsh overrides the time command with a keyword that doesn't take any flags. I've switched to using the time binary directly.