I tried to run the project on my Linux machine (OS: Ubuntu 24.04) by following this documentation.
When I run make init got the following error:
Makefile:8: *** multiple target patterns. Stop.
Solution:
The issue was due to the spaces instead of Tab.
I have pushed the fix in this PR:
https://github.com/juspay/decision-engine/pull/125/files
I tried to run the project on my Linux machine (OS: Ubuntu 24.04) by following this documentation.
When I run
make initgot the following error:Makefile:8: *** multiple target patterns. Stop.Solution:
The issue was due to the spaces instead of Tab.
I have pushed the fix in this PR:
https://github.com/juspay/decision-engine/pull/125/files