exoscale / egoscale

exoscale golang bindings
https://pkg.go.dev/github.com/exoscale/egoscale/v3
Apache License 2.0
31 stars 15 forks source link

Makefile: fix targets #619

Closed sauterp closed 4 months ago

sauterp commented 4 months ago

Description

Due to the introduction of .ONESHELL to Makefile in #618 the shell commands in each target are now executed in one shell session. This improves performance but also means that changing the directory in one line also changes the directory for the following lines(doesn't happen across targets). Unfortunately it broke the targets oapigen and generate.

Checklist

(For exoscale contributors)