Commit graph

6 commits

Author SHA1 Message Date
2b39fbddf2 feat(Makefile): enhance installation and cleanup process
Some checks failed
continuous-integration/drone/push Build is failing
Improves the installation process by ensuring the target directory
exists and adds a cleanup step to maintain a clean build environment.

- Add directory creation step in the install target to ensure
  $(PREFIX)/bin exists before installation.
- Introduce a clean target to remove the code-preloader binary,
  preventing stale binaries from affecting future builds.
  </message-format>

Signed-off-by: Glenn <glenux@glenux.net>
2025-06-16 16:46:25 +02:00
595cdb8f3a chore: do not force owner root in install (allow local install)
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:01:36 +01:00
0df153053d feat: add install target to Makefile 2024-01-03 14:06:13 +01:00
29bc6495f5 feat: add unit tests 2024-01-02 12:32:27 +01:00
e6ec6d9203 Update 2023-12-29 14:57:11 +01:00
7da2465cad Initial import 2023-12-29 14:13:20 +01:00