commit bbcfcf1662d109108acbadd92a79dbd6c51a4a8e
parent 7811d8dbf6feea625ce1ae0de1e6e5e8a6306337
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 11:17:41 +0100
Delete test_scam_cbox.d when invoking make distclean
The file was supposed to be deleted but wasn't.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -106,7 +106,7 @@ clean: clean_test
rm -f .config .test libscam.o scam.pc scam-local.pc
distclean: clean
- rm -f $(DEP) $(TEST_DEP)
+ rm -f $(DEP) $(TEST_DEP) src/test_scam_cbox.d
lint:
shellcheck -o all make.sh