• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1DYLIB_NAME := Two
2DYLIB_C_SOURCES := Two.c TwoConstant.c
3DYLIB_ONLY := YES
4
5include Makefile.rules
6
7TwoConstant.o: TwoConstant.c
8	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@
9