-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Right now it just runs make (not even make install!) a possible future version of RGBDS may change this.
Ideas floated about in the chat include:
- Detect Cargo.toml or Makefile, and run build commands accordingly. If Cargo build command is hardcoded into rgbenv, it may introduce incompatibilities.
- Always use Make. Some amount of anachronism is to be felt when having a Makefile that runs Cargo... but I think could work.
- Detect Makefile, and if not present try running build.sh. Gets rid of hard dependency on Make.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request