include ./config.mk NAME := Processor-1.0 CXX_SRCS += Block.cpp Processor.cpp INCLUDES += -I $(CURDIR) include $(MAKE_HOME)/compile.mk