File utils/ofhash/Makefile artifact f80d36df3e part of check-in 3a9dbf5fee
include ../../extra.mk PROG = ofhash${PROG_SUFFIX} SRCS = OFHash.m include ../../buildsys.mk ${PROG}: ${LIBOBJFW_DEP_LVL2} CPPFLAGS += -I../../src -I../../src/runtime -I../../src/exceptions -I../.. LIBS := -L../../src -lobjfw ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}