wxWidgets/utils/dialoged/Makefile.in

10 lines
131 B
Makefile
Raw Normal View History

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