chiark / gitweb /
generate: Mention suppressions when warning re VAR vs &VAR
[subdirmk.git] / clean.sd.mk
index 045561cf84fa0c61fd74d7e71538575a868ea235..b145442183d7c450ea09f49a3a87db2ffbbc9815 100644 (file)
@@ -5,7 +5,7 @@
 
 &# Usage:
 &#   &:include subdirmk/clean.sd.mk
-&# (probably in Perdir.sd.mk)
+&# (probably in Suffix.sd.mk)
 &#
 &# Provides a per-directory `clean' target, which deletes all the files
 &# in &CLEAN.  &OBJECTS, &DEPFILES and &TARGETS are automatically deleted.
@@ -19,7 +19,7 @@
 &CLEAN += $(&OBJECTS)
 &CLEAN += $(&TARGETS)
 
-# &TARGETS_clean
+&TARGETS_clean +=
 
 &/clean::
        $(RM) $(&CLEAN)