diff options
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 |