]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/Makefile.in
added checks to prevent running sub configure scripts directly (they can only
[wxWidgets.git] / utils / HelpGen / Makefile.in
CommitLineData
37b8e679 1
27635a90
MB
2USE_GUI=@USE_GUI@
3
37b8e679 4all:
27635a90 5 if test "$(USE_GUI)" = 0; then cd src; $(MAKE); fi
37b8e679
VS
6
7clean:
318f6d79 8 cd src; $(MAKE) clean
37b8e679 9