
two_module: main.cpp src/foo.cpp
	g++ -g -I/usr/share/qt3/include -otwo_module main.cpp src/foo.cpp -lqt-mt
 