all : Ui_Window.pm

Ui_Window.pm : window.ui
	puic4 -o Ui_Window.pm window.ui

clean :
	rm -f Ui_Window.pm
