1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Adding clean to beginning of all for cleaner builds.

This commit is contained in:
Frederick F. Kautz IV 2013-03-17 11:59:59 -07:00
parent bb9ce6b287
commit 6316b99556

View file

@ -14,7 +14,7 @@ TMPDIR=$(shell mktemp -d -t XXXXXX)
# Build a debian source package # Build a debian source package
all: build_in_deb all: clean build_in_deb
build_in_deb: build_in_deb:
echo "GOPATH = " $(ROOT_PATH) echo "GOPATH = " $(ROOT_PATH)