radare2/libr/hash/Makefile
pancake 264f95a40e * Fix build in iOS 4.1 (darwin-arm)
- Honor CFLAGS everywhere
  - Use ut?? instead of uint??_t
* Add build instructions in doc/iphone
* Fix some out-of-range conditionals
2010-11-08 19:30:25 +01:00

11 lines
183 B
Makefile

NAME=r_hash
# HACK
ifneq ($(OSTYPE),darwin)
LDFLAGS+=-lm
LINK=-lm
endif
OBJ=state.o md4.o md5c.o crc16.o crc32.o sha1.o hash.o hamdist.o entropy.o sha2.o calc.o
include ../rules.mk