build: add Makefile with build and install targets #23

Merged
zaelgohary merged 1 commit from development_add_makefile_for_build_install into development 2026-05-03 15:53:29 +00:00
Member

Summary

hero_office had no Makefile, so daily-sync make build failed with make: *** No rule to make target build. This adds a minimal Makefile with build, install, installdev, and clean targets, matching the pattern other hero_* repos use.

Changes

  • new Makefile with build (release), install (via install -m 755), installdev (debug), clean
  • honors CARGO_TARGET_DIR for the shared per-user build dir
  • BINARIES list matches buildenv.sh
## Summary hero_office had no Makefile, so daily-sync `make build` failed with `make: *** No rule to make target build`. This adds a minimal Makefile with `build`, `install`, `installdev`, and `clean` targets, matching the pattern other hero_* repos use. ## Changes - new Makefile with build (release), install (via `install -m 755`), installdev (debug), clean - honors `CARGO_TARGET_DIR` for the shared per-user build dir - BINARIES list matches `buildenv.sh`
zaelgohary merged commit 1439f3288d into development 2026-05-03 15:53:29 +00:00
zaelgohary deleted branch development_add_makefile_for_build_install 2026-05-03 15:53:29 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_office!23
No description provided.