We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey im getting this error, and i cant seem to be able to fix it. i just downloaded the repo and tryed to compile but i get this error.
Building codeuri: /Users/xxx/www/homelytics/realocity runtime: nodejs14.x metadata: {'BuildMethod': 'makefile'} architecture: x86_64 functions: ['Index'] Running CustomMakeBuilder:CopySource Running CustomMakeBuilder:MakeBuild Current Artifacts Directory : /Users/xxx/www/homelytics/realocity/.aws-sam/build/Index
Build Failed Error: CustomMakeBuilder:MakeBuild - Make Failed: make: *** No rule to make target `build-Index'. Stop.
The text was updated successfully, but these errors were encountered:
No rule to make target 'build-Index'
Well, that's true, there is no such target in Makefile.
Makefile
Are you sure that you didn't make any changes after cloning this repo?
Maybe something in AWS SAM CLI have changed, try to search in their issues.
Sorry, something went wrong.
No branches or pull requests
Hey im getting this error, and i cant seem to be able to fix it.
i just downloaded the repo and tryed to compile but i get this error.
Building codeuri: /Users/xxx/www/homelytics/realocity runtime: nodejs14.x metadata: {'BuildMethod': 'makefile'} architecture: x86_64 functions: ['Index']
Running CustomMakeBuilder:CopySource
Running CustomMakeBuilder:MakeBuild
Current Artifacts Directory : /Users/xxx/www/homelytics/realocity/.aws-sam/build/Index
Build Failed
Error: CustomMakeBuilder:MakeBuild - Make Failed: make: *** No rule to make target `build-Index'. Stop.
The text was updated successfully, but these errors were encountered: