]> git.saurik.com Git - wxWidgets.git/blob - utils/Makefile.in
oops, fixed fatal bug in new HTML parsing code (I wonder why it didn't crash when...
[wxWidgets.git] / utils / Makefile.in
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3 #
4
5 UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged
6
7 all:
8 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done
9
10 clean:
11 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done
12