27635a90c7
some tinderboxes...). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
109 B
Makefile
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
|
|
|