rabbitmq / tls-gen

Generates self-signed x509/TLS/SSL certificates useful for development
Mozilla Public License 2.0
368 stars 103 forks source link

Makefile:1: *** missing separator with MYSYS2 #15

Closed msbasanth closed 5 years ago

msbasanth commented 5 years ago

Hi,

I am trying o generate certificates in Windows 10 using MYSYS2. I am getting error,

ic002275@md1uu1ec MSYS /d/tls-gen-master/basic
#make PASSWORD=bunnies

Makefile:1: *** missing separator.  Stop.

How to solve this missing separator in Windows 10?

Regards Basanth

lukebakken commented 5 years ago

This is due to the fact that Makefile is a symbolic link to the file in the parent directory. If you copy the parent directory's Makefile into the basic directory this issue should be fixed.