SubDir HAIKU_TOP src apps mandelbrot ;

SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;

Application Mandelbrot : 
	Mandelbrot.cpp
	tsb.cpp
	: be $(TARGET_LIBSUPC++)
	: Mandelbrot.rdef ;
