6 lines
88 B
Makefile
6 lines
88 B
Makefile
.PHONY: sync
|
|
|
|
sync:
|
|
rm -rf scripts templates
|
|
cp -r ../../kubezero/charts/kubezero/* .
|