chore: remove buildclean
from make update
(#231)
`make update` reclones the repositories, so we don't need to clean them before building. Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
This commit is contained in:
parent
f60f5d292b
commit
1fbedddb65
1
Makefile
1
Makefile
@ -42,7 +42,6 @@ help: ## Shows this help
|
|||||||
update: ## Update crowsnest (fetches and pulls repository changes)
|
update: ## Update crowsnest (fetches and pulls repository changes)
|
||||||
@git fetch && git pull
|
@git fetch && git pull
|
||||||
@bash -c 'bin/build.sh --reclone'
|
@bash -c 'bin/build.sh --reclone'
|
||||||
${MAKE} buildclean
|
|
||||||
${MAKE} build
|
${MAKE} build
|
||||||
|
|
||||||
report: ## Generate report.txt
|
report: ## Generate report.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user