Update prepare authored by Ilias Klepetsanis's avatar Ilias Klepetsanis
...@@ -37,11 +37,6 @@ Then compile the code with: ...@@ -37,11 +37,6 @@ Then compile the code with:
``` ```
for the compilation. Done! for the compilation. Done!
```
[USER@SOMEWHERE SUSC_CODE_DIRECTORY]$ make
```
at your terminal.
Type _make debug_ to create a (slower) version that does additional checks (e.g. to trace back bugs etc.). Type _make debug_ to create a (slower) version that does additional checks (e.g. to trace back bugs etc.).
...@@ -51,7 +46,7 @@ Type _make cleanx_ to delete all object and module files as well as all executab ...@@ -51,7 +46,7 @@ Type _make cleanx_ to delete all object and module files as well as all executab
## Main files ## Main files
\* [inpsusc.dat](kkrsusc/inpsusc) \* [outsusc.dat](kkrsusc/outsusc) \* [input.selfe](kkrsusc/input_selfe) \* [newinpsusc.dat](kkrsusc/inpsusc) \* [outsusc.dat](kkrsusc/outsusc) \*
## Special files ## Special files
... ...
......