mkdir
This commit is contained in:
parent
ef97b3419c
commit
973100f180
1 changed files with 1 additions and 1 deletions
2
boot.sh
2
boot.sh
|
@ -1,4 +1,4 @@
|
||||||
cd build &&
|
mkdir -p build && cd build &&
|
||||||
cat ../boot-lib.h ../boot.c | sed '/^#/d' > boot-all.c &&
|
cat ../boot-lib.h ../boot.c | sed '/^#/d' > boot-all.c &&
|
||||||
gcc ../boot.c ../boot-lib.c -o gcc.out &&
|
gcc ../boot.c ../boot-lib.c -o gcc.out &&
|
||||||
./gcc.out < boot-all.c > boot1.s &&
|
./gcc.out < boot-all.c > boot1.s &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue