mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-22 12:31:40 +00:00
Update cleaning options
This commit is contained in:
parent
ebc9da7318
commit
38c857692f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -29,6 +29,8 @@ push:
|
|||
|
||||
clean:
|
||||
rm -rf $(shell pwd)/build/*
|
||||
docker ps -a | awk '{ print $$1,$$2 }' | grep $(IMAGE) |awk '{print $$1 }' |xargs -I {} docker rm {}
|
||||
docker images -a |grep $(IMAGE) |awk '{print $$3}' |xargs -I {} docker rmi {}
|
||||
|
||||
test: build
|
||||
@echo "TODO"
|
||||
|
|
Loading…
Reference in a new issue