]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/Makefile.in
Largely successful attempts to get better spacing
[wxWidgets.git] / utils / tex2rtf / Makefile.in
CommitLineData
37b8e679
VS
1
2all:
318f6d79 3 cd src; $(MAKE)
37b8e679
VS
4
5clean:
318f6d79 6 cd src; $(MAKE) clean
37b8e679 7