mkdir
This commit is contained in:
parent
ef97b3419c
commit
973100f180
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…
Reference in New Issue
Block a user