Map-A-Droid / MAD-docs

Documentation for Map-A-Droid
8 stars 28 forks source link

Makefile auto build dir hard coded #55

Closed reedy closed 4 years ago

reedy commented 4 years ago

Is there any reason the Makefile's auto build dir is hard coded as _build? Any reason I can't swap it to "$(BUILDDIR)" like the other usages?

Same for the source dir

muckelba commented 4 years ago

_build is getting ignored in the .gitignore file, thats why

reedy commented 4 years ago

But even if you change the directory for the other build modes... You're not going to be presumably committing those either?

muckelba commented 4 years ago

Well, you are probably right. If someone is changing that dir, he's are aware of potentially committing it, yes.