mirror of
https://github.com/pret/agbcc.git
synced 2026-04-26 00:01:29 -05:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
|
|
|