mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
|
||
|
|