blob: ebe58cc743fcf25416e554859a5dfb5c79eb5e7f [file] [log] [blame]
LEVEL := ../../../make
DYLIB_NAME := Two
DYLIB_C_SOURCES := Two.c TwoConstant.c
DYLIB_ONLY := YES
include $(LEVEL)/Makefile.rules
TwoConstant.o: TwoConstant.c
$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@