ableos/sysdata/programs/dev/README.md

361 B

Dev

Dev is a (currently) hypothetical tool meant to be used to ease development and compilation on ableOS.

Usage

A meta.toml file must be in the project root. A src folder and a lib folder must exist. Binaries should be put into a folder named bin.

bin/
lib/
src/

The folders lib/ and bin/ should both be left out of source tracking.