UCLA-Rocket-Project / OLD-Ares2022-2023

Central Repository for Ares Software
3 stars 0 forks source link

Refine ADC compilation. #39

Closed harrisonCassar closed 1 year ago

harrisonCassar commented 1 year ago

For the entire past year, we've dealt with a pretty terrible compilation structure for our ADC binary: We've made edits to the main.c in the examples subdirectory, and when compiling with the Makefile, generated a binary in the base-level repository, which is fundamentally smelly from a code operation/repo management perspective (something that we're going to be changing with #16).

With an overhaul of the directory structure being completed with #36, we should also upgrade our compilation of the ADC binary, following the suggestions made by @harrisonCassar : https://github.com/UCLA-Rocket-Project/AresSoftware/issues/36#issuecomment-1533610763.

Blocked by #36. Blocks #16.