This commit is contained in:
Strix 2024-06-06 02:01:36 +02:00
commit 243e102b10
10 changed files with 282 additions and 0 deletions

6
doc/declarations.md Normal file
View file

@ -0,0 +1,6 @@
# Declarations for a3
| usage | description |
| ----------------------------------- | ------------------------------------------------- |
| `declare_executable <path>` | the executable to put in /usr/bin |
| `declare_library <path> [lib_name]` | library to put at /usr/lib/<a3.name>(/<lib_name>) |