]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/Makefile.in
replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with
[wxWidgets.git] / utils / tex2rtf / Makefile.in
1
2 all:
3 cd src; $(MAKE)
4
5 clean:
6 cd src; $(MAKE) clean
7