digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

Stop AOT targets from being rebuilt without changes #319

Closed nic-donaldson closed 6 years ago

nic-donaldson commented 6 years ago

Currently targets like aot_base will be rebuilt when there are no changes. This PR adds targets for the shared libraries needed for the AOT targets and makes the AOT targets depend on those shared libraries.