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.
9 lines
89 B
Plaintext
Executable File
9 lines
89 B
Plaintext
Executable File
rm *.a
|
|
rm *.o
|
|
make
|
|
./mk-attachments.sh
|
|
rm tcc.o
|
|
make CONFIG_USE_ATTACHMENTS=1
|
|
strip tcc
|
|
|