all:test

test:Effect.hpp Effect.cpp Unit.hpp Unit.cpp main.cpp
	g++ Effect.cpp Unit.cpp main.cpp -o test
