macho 0.4.1

Mach-O parser in rust
Documentation
1
2
3
4
5
6
7
8
all: sizes constants

%: %.c
	clang -o $@ $<
# Debug pretty printer
print-%: ; @echo $*=$($*)

.PHONY: all