more doc !

This commit is contained in:
tTh
2024-02-07 03:40:23 +01:00
parent e3ff6de512
commit f039df4fe2
2 changed files with 17 additions and 5 deletions

View File

@@ -30,9 +30,11 @@ or have a sane place to put a breakpoint with gdb
## Compiler un module
You can use the same options as for a main program.
*You can use the same options as for a main program.
And when you use the module, you have to specify the paths
for the .mod and the .o to the linker.
*
See [Makefile](./Makefile) for an example.
## TODO