Closed tonis2 closed 3 weeks ago
I didn't think about it, but yes, it makes sense that there would be a target type that doesn't do anything (doesn't compile anything but runs exec etc)
This is now implemented with the type "prepare". Please try it out and check that it works as expected.
Yep worked well for me, closing the issue
c3c
project.json
supports having array of exec functions in, but currently the type of targets can only bestatic-lib
orexecutable
, so the compiler shows some errors when trying to use onlyexec: []
targetWould it make sense to accept empty or exec
type
parameter there and the compiler would just run exec commands then ?Example
project.json