Feature Rationale
Git submodules can be a hassle, especially when trying to remove them.
Proposed Solution
Write Makefile targets for adding and removing git submodules. Create variable assignments for easy calling and customization. It will however be up to the user to update SUB_SUBDIRS and SUB_FILES inside Makefile.
Feature Rationale
Git submodules can be a hassle, especially when trying to remove them.
Proposed Solution
Write Makefile targets for adding and removing git submodules. Create variable assignments for easy calling and customization. It will however be up to the user to update
SUB_SUBDIRSandSUB_FILESinsideMakefile.