]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
clean also "configure" directory with "make clean"
authorAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 12:37:44 +0000 (12:37 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 12:37:44 +0000 (12:37 +0000)
tests/Makefile

index e0888e67a0385c310ff2bc12350f8982c881bd84..5d99310d8adf65c747c58c33123e7c76ffed5ec7 100644 (file)
@@ -7,3 +7,4 @@ all-tests:
 clean:
        $(MAKE) -C hello clean
        $(MAKE) -C basic clean
+       [ ! -f configure/Makefile ] || $(MAKE) -C configure distclean