mirror of
https://github.com/LIV2/libnix.git
synced 2025-12-06 00:23:08 +00:00
4 lines
173 B
Plaintext
Executable File
4 lines
173 B
Plaintext
Executable File
pushd sources/stubs/libbases/
|
|
for i in /opt/amiga/m68k-amigaos/ndk/lib/sfd/*; do ~/amiga-gcc/projects/sfdc/sfdc --mode autoopen $i > $(basename ${i%%_lib.sfd}).c; done
|
|
popd
|