[go: up one dir, main page]

Skip to content
/ makefat Public
forked from randall77/makefat

A tool for making universal "fat" macOS binaries

License

Notifications You must be signed in to change notification settings

mckern/makefat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makefat

A tool for making fat macOS binaries (a portable lipo)

You give it some executables, it makes a fat executable from them. The fat executable will run on any architecture supported by one of the input executables.

makefat <output file> <input file 1> <input file 2> ...

extractfat

A tool for extracting fat macOS binaries (a portable lipo)

You give it some executable, it extracts the executables of any architecture in it.

extractfat <fat_file>

About

A tool for making universal "fat" macOS binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%