Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
bcbe61150130d7ddf54ff162a0d3c07aabc31f81
/
.
/
containers
/
common_python
/
Makefile
blob: 77311527c27d677fd07b8740add6075137b75067 [
file
] [
log
] [
blame
]
Tony Mack
bcbe611
2015-10-29 21:53:07 +0000
[
diff
] [
blame^
]
1
.
PHONY
:
build
2
build
:
;
docker build
--
rm
-
t xos
/
python_common
.
3
4
.
PHONY
:
rmi
5
rm
:
;
docker rmi xos
/
python_common