Page Breaks: IsLeaveWindow() is unreliable, we do not need it here.
[LibreOffice.git] / guw / makefile
blob8931c32f81a0c92451e7518be07f4f9a3def744c
1 sources = guw.cc
3 guw : $(sources)
4 g++ -Wall -o guw $(sources)