Initial. Don't... just don't ask.

This commit is contained in:
Ryan McGrath 2011-02-24 00:22:00 -08:00
commit 00bae13bba
586 changed files with 129057 additions and 0 deletions

4
obsolete/mach/Makefile Normal file
View file

@ -0,0 +1,4 @@
mach32info: mach32info.c
cc -Wall -O2 -s mach32info.c -o mach32info
clean:
rm -f mach32info *.o