krtab / agnos

Obtain (wildcard) certificates from let's encrypt using dns-01 without the need for API access to your DNS provider.
MIT License
304 stars 8 forks source link

Make output #32

Closed fayeg21 closed 1 year ago

fayeg21 commented 1 year ago

As a non rust user it was hard to location the output of the compliation.

I was searching for the binary, dynamically linked file.

Could I suggest that the make run output the location of the compiled objects to aid those wanting to use your tool but are not rust users?

krtab commented 1 year ago

Hm the Makefile isn't even supposed to build anything and is only used for tests but I see how that can be confusing and will add a default rule that builds using cargo.