aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 581f36c..1278b31 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,12 @@ compiler to use the [C99 standard](https://en.wikipedia.org/wiki/C99). For
25example, on a Linux system with GCC installed: 25example, on a Linux system with GCC installed:
26 26
27``` 27```
28cd path/to/nissy/src 28cd path/to/nissy
29gcc -O3 -std=c99 -o ../nissy *.c 29gcc -O3 -std=c99 -o nissy ./src/*.c
30cd ..
31./nissy 30./nissy
32``` 31```
33 32
34You can also use the script compile.sh in the src folder, which executes that 33You can also use the script compile.sh, which executes that
35gcc line (with a few extra options). 34gcc line (with a few extra options).
36 35
37## Tips 36## Tips

Generated with cgit - Back to sebastiano.tronto.net