wxWidgets/utils/HelpGen/Makefile.in
2002-12-09 18:06:31 +00:00

10 lines
109 B
Makefile

USE_GUI=@USE_GUI@
all:
if test "$(USE_GUI)" = 0; then cd src; $(MAKE); fi
clean:
cd src; $(MAKE) clean