Fix another typo in compiler series
This commit is contained in:
parent
dc9a68ad10
commit
58c9d5f982
|
@ -514,7 +514,7 @@ We run the following commands in our build directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
./compiler < ../examples/work1.txt
|
./compiler < ../examples/work1.txt
|
||||||
gcc -no-pie ../runtime.c progrma.o
|
gcc -no-pie ../runtime.c program.o
|
||||||
./a.out
|
./a.out
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user