all:
	g++ `fltk-config --cxxflags --ldflags` main.cpp MainWindow.cpp GraphDrawble.cpp -o graphics
