chiark / gitweb /
test/example/check: Make sections appear in stderr output
[subdirmk.git] / clean.sd.mk
index 08f8dcc61e5cd584618e97a8d81b696f0dfd50ca..80c40bcab123ff29b9a3e6601b0cfcbf80fec422 100644 (file)
 &#     $(RM) -r somethingn
 &# ($(RM) conventionally contains `-f'.)
 
-&CLEAN += & *~ *.tmp
+&CLEAN += & *~ .*~ *.tmp
 &CLEAN += $(&OBJECTS)
 &CLEAN += $(&TARGETS)
 
-# &TARGETS_clean
+&TARGETS_clean +=
 
 &/clean::
        $(RM) $(&CLEAN)