The GNU command make does not work out of the box on Windows.
Here are some steps you could take to get make working on a Windows machine:
-
You probably already installed the Chocolatey package manager when installing Agda (check by running
chocoin terminal). If not, install it from here. -
You need to install the
makecommand by runningchoco install make -
Give your user account
Read & Executeaccess toC:\Windows\System32\pthread.dll -
Now, each time before you run
make, run the following command in your terminal:chcp.com 65001so that Haskell can parse UTF-8 characters.