Makefile: on clean, delete files in the build folder, but not the folder

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass 2017-05-08 09:01:44 -07:00 committed by Gaetan de Villele
parent 2a5d6c8aac
commit 17311d3d1a
1 changed files with 1 additions and 1 deletions

View File

@ -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