https://github.com/softmotions/autark-sample-project
https://github.com/softmotions/autark-sample-project
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/softmotions/autark-sample-project
- Owner: Softmotions
- Created: 2025-07-20T16:19:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T07:52:04.000Z (about 2 months ago)
- Last Synced: 2025-08-16T09:32:09.682Z (about 2 months ago)
- Language: Shell
- Size: 185 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Project Built with Autark
This is a sample project used to demonstrate the basic features of the Autark build system and its script syntax.
It demonstrates building a simple `./hello` executable that depends on the `./libhello` project module.
```sh
./build.sh
```Install project to the given prefix (./install)
```sh
./build.sh --prefix=./install
```Full clean rebuild
```sh
./build.sh -c
```