An open API service indexing awesome lists of open source software.

https://github.com/softmotions/autark-sample-project


https://github.com/softmotions/autark-sample-project

Last synced: 18 days ago
JSON representation

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
```