docs: fix gcc command in README
This commit is contained in:
parent
f04d70f615
commit
2b3c28d249
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ nix run .#p1-phase1
|
|||
Otherwise, the code must be compiled manually:
|
||||
|
||||
``` sh
|
||||
gcc -c phase1/phase1.c -o phase1.bin
|
||||
gcc phase1/phase1.c -o phase1.bin
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue