Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make config directive & makefile optimizations #1549

Merged
merged 1 commit into from
May 16, 2023
Merged

make config directive & makefile optimizations #1549

merged 1 commit into from
May 16, 2023

Conversation

0pcom
Copy link
Collaborator

@0pcom 0pcom commented May 10, 2023

Fixes #1547

Changes:

  • Adds config Makefile directive to generate or update a config in the current dir with a bin_path at ./build/apps which matches the path the apps will be created at via make build
  • Removes redundant invocations of commands which will work from a single invocation

test with:

make build
make config
make run

the config is generated with

skywire-cli config gen -irx --binpath ./build/apps

@0pcom 0pcom merged commit e7204c9 into skycoin:develop May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant