mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
59e18aee0e
Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
FNAME=tcc_attachments
|
|
gcc -o bin2c bin2c.c
|
|
./bin2c -m -d ${FNAME}.h -o ${FNAME}.c include/* libtcc.a libtcc1.a
|
|
gcc -c ${FNAME}.c
|