Merge pull request #38 from tiborvass/dont_rm_build_folder
Makefile: on clean, delete files in the build folder, but not the folder
Upstream-commit: 5a4873c21a
Component: cli
This commit is contained in:
@@ -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