CC=g++
CFLAGS=--std=c++0x -Wall
LD=g++
LDFLAGS=

OBJPATH=./obj

all:
	echo This folder contains only headers, try test folder
