From: Ian Jackson Date: Tue, 19 Nov 2019 01:04:47 +0000 (+0000) Subject: build system: tests: Add missing standard clean X-Git-Tag: v0.5.1~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=2f917f0989d0b868265d2e906a3e087b6606a29e build system: tests: Add missing standard clean We want (i) recursion from the parent (ii) automatic cleaning of &CLEAN (which is set by cdeps.sd.mk, amongst other things). Signed-off-by: Ian Jackson --- diff --git a/test-common.sd.mk b/test-common.sd.mk index ace46d4..81b3722 100644 --- a/test-common.sd.mk +++ b/test-common.sd.mk @@ -27,3 +27,5 @@ CHECK_SILENT ?= @ $(RM) -f & *.o *.so $(RM) -rf & tmp $(RM) -rf & d-* + +&:include subdirmk/clean.sd.mk