# Simple makefile to test newclass compiling

all:
	g++ -c newclass.cxx -I../include -I/usr/local/include
