pause image: Fixes clean make action
The ``.container-$OS-$ARCH`` make subaction is creating files with the same name, and ``clean`` is meant to delete them. However, the ``clean``'s rm regex is not quite correct.
This commit is contained in:
@@ -150,4 +150,4 @@ bin/orphan-linux-$(ARCH): linux/orphan.c
|
||||
$(TRIPLE)-strip $@"
|
||||
|
||||
clean:
|
||||
rm -rf .*-container-* .push-* bin/
|
||||
rm -rf .*container-* .push-* bin/
|
||||
|
Reference in New Issue
Block a user