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

Error: CustomMakeBuilder:MakeBuild on a MacOS 12.1 #14

Open
yairvillarp opened this issue Feb 3, 2022 · 1 comment
Open

Error: CustomMakeBuilder:MakeBuild on a MacOS 12.1 #14

yairvillarp opened this issue Feb 3, 2022 · 1 comment

Comments

@yairvillarp
Copy link

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.

@Envek
Copy link
Owner

Envek commented Feb 3, 2022

No rule to make target 'build-Index'

Well, that's true, there is no such target in 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.

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

No branches or pull requests

2 participants