mirror of https://github.com/YosysHQ/icestorm.git
icecompr: fix missed 'make clean' artifact
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
1e9de21774
commit
3d3c8331c0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue