Rahix / avr-device

Register access crate for AVR microcontrollers
Apache License 2.0
168 stars 67 forks source link

Only run vector generation once at the end of make invocation #117

Open Rahix opened 1 year ago

Rahix commented 1 year ago

Maybe someone else has better GNU make skills than I have: Right now, the GEN-VECTOR step runs once for each chip. It would be better to only run it a single time after all other jobs have completed. Is there a way to do that?