icecompr: fix missed 'make clean' artifact

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2017-01-10 13:12:02 -06:00 committed by Clifford Wolf
parent 1e9de21774
commit 3d3c8331c0
1 changed files with 1 additions and 1 deletions

View File

@ -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