1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/sysdata/programs/dev
2024-04-24 23:08:34 -05:00
..
src Hypothetical ideas laid out 2024-04-24 23:08:34 -05:00
meta.toml Hypothetical ideas laid out 2024-04-24 23:08:34 -05:00
README.md Hypothetical ideas laid out 2024-04-24 23:08:34 -05:00

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.