open-horizon-services/demo-in-a-box-edgelake-fl
Add Makefile for standardized build and deployment
Open
#2 opened on Nov 12, 2025
good first issuehelp wanted
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
This repository is missing a Makefile which is used across the Open Horizon Services organization for standardized build, test, and deployment workflows.
Proposed Solution
Add a Makefile based on the examples from existing repositories:
Requirements
The Makefile should include common targets such as:
init- Initialize the development environmentbuild- Build the service/containerrun- Run the service locallytest- Run tests (if applicable)clean- Clean up build artifactspublish- Publish to Open Horizon (if applicable)check- Display environment variables and configuration
Benefits
- Standardizes the build process across all services
- Makes it easier for contributors to build and test locally
- Improves documentation through self-documenting make targets
- Facilitates CI/CD integration
Additional Context
This issue was created as part of a repository audit to ensure consistency across the open-horizon-services organization.
Labels
good first issue- Great for new contributorshelp wanted- Community contributions welcomehacktoberfest- Eligible for Hacktoberfest participation