X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a2c187404eecf692b4aaff97a9e8fa7d8219d67..08a092f9f4de6c80a2d43d4072c379ac84e6cc2f:/contrib/samples/canvas/Makefile.in diff --git a/contrib/samples/canvas/Makefile.in b/contrib/samples/canvas/Makefile.in index bde66ce1ee..8eb2e333c7 100644 --- a/contrib/samples/canvas/Makefile.in +++ b/contrib/samples/canvas/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=test +CONTRIB_SAMPLES=test simple all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done