info about removal of wxhtml.rc
[wxWidgets.git] / utils / Makefile.in
0 / 12 (  0%)
CommitLineData
1#
2# Makefile : Builds wxWindows utils for Unix.
3#
4
5UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged
6
7all:
8 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done
9
10clean:
11 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done
12