nekromant / antares

antares uC buildsystem
211 stars 31 forks source link

How to regenerate makefiles( if one screws something in it)? #63

Closed eugenio closed 10 years ago

eugenio commented 10 years ago

As from title , is it possible? do i have to recreate the project? is this a meaningful/useful feature if not present?

Many thanks for your work devs!

nekromant commented 10 years ago

Are you talking about the top level one (that you have in your project directory) or the ones under src/ ? The first one comes from project examples as a simple template. You can add your own stuff there or leave it as is. If you screw it up - well that's what you have the version control for! The makefiles in src/ are simple and straightforward.

eugenio commented 10 years ago

Sorry, you are right, I didn't think about version control :/