Makefile: on clean, delete files in the build folder, but not the folder
Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: 17311d3d1a
Component: cli
This commit is contained in:
committed by
Gaetan de Villele
parent
dbea31a457
commit
18fe518a33
@@ -10,7 +10,7 @@ build: clean
|
||||
|
||||
# remove build artifacts
|
||||
clean:
|
||||
@rm -rf ./build
|
||||
@rm -rf ./build/*
|
||||
|
||||
# run go test
|
||||
# the "-tags daemon" part is temporary
|
||||
|
||||
Reference in New Issue
Block a user