blob: 910ec53d73db74d5bfa1e24ec40dc4ec16e55aaf [file] [log] [blame]
DYLIB_NAME := One
DYLIB_C_SOURCES := One.c
DYLIB_ONLY := YES
CFLAGS_EXTRAS := -O2
LD_EXTRAS := -L. -lTwo
include Makefile.rules