CXX_SOURCES := main.cpp

DYLIB_CXX_SOURCES := lib.cpp
DYLIB_NAME := lib

include Makefile.rules
