From 3d3c8331c071a4c7ea710ff5ab629dd4349d258a Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 10 Jan 2017 13:12:02 -0600 Subject: icecompr: fix missed 'make clean' artifact Signed-off-by: Austin Seipp --- icecompr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icecompr/Makefile') diff --git a/icecompr/Makefile b/icecompr/Makefile index 88512f0..c98f5d3 100644 --- a/icecompr/Makefile +++ b/icecompr/Makefile @@ -21,7 +21,7 @@ iceuncompr: iceuncompr.c touch $@ clean: - rm -f icecompr iceuncompr + rm -f icecompr iceuncompr *.d rm -f example_1k.compr example_8k.compr rm -f example_1k.uncompr example_8k.uncompr rm -f example_1k.ok example_8k.ok -- cgit v1.2.3