Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

Set default make target to init #363

Closed robin-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago

Previously, we did not have an all target in the Makefile. This means the first target, init-fedora37, was the default target, which does not really make sense. This patch adds an explicit all target that calls init instead.

Checklist