]> git.saurik.com Git - wxWidgets.git/blame - utils/dialoged/Makefile.in
Fixed variable name mismatch.
[wxWidgets.git] / utils / dialoged / Makefile.in
CommitLineData
37b8e679 1
5e66eee1
MB
2USE_RESOURCES=@USE_RESOURCES@
3
37b8e679 4all:
5e66eee1 5 if test "$(USE_RESOURCES)" = "yes"; then cd src; $(MAKE); fi
37b8e679
VS
6
7clean:
318f6d79 8 cd src; $(MAKE) clean
37b8e679 9