main:	fun.o 3.o
		g++ -Wall `fltk-config --cxxflags --ldflags` *.o -o main
fun.o:	fun.cpp fun.h
3.o:	3.cpp
clean:
	rm -rf ./*.o
