diff options
author | admin <contact@optics-design.com> | 2025-05-24 17:38:59 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-24 17:38:59 +0200 |
commit | f9e1e76011236f05d6e2c3b62e2ae2969c64f808 (patch) | |
tree | 0e790dc70598c414de9a9b9a9492b498b345ca39 /structure.txt | |
parent | 337a53667a8f3327e30f69d3df589d7b5eb91b9d (diff) |
Adjusted files for cross-compilation on Linux
Diffstat (limited to 'structure.txt')
-rw-r--r-- | structure.txt | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/structure.txt b/structure.txt index 31f8b70..32a0398 100644 --- a/structure.txt +++ b/structure.txt @@ -1,25 +1,4 @@ -tolsac
-| .clangd
-| .gitignore
-| compile_flags.txt
-| COPYING
-| COPYRIGHT
-| Makefile
-| README.md
-| structure.txt
-|
-+---bin
-| tolsac.exe
-|
-+---data
-+---include
-| tolmacdef.h
-|
-+---src
-| tolsac.c
-|
-\---tests
- Example.csv
- hist.r
- Sampled_Example.csv
-
+tolsac +./include/tolmacdef.h +./Makefile +./src/tolsac.c |