.PHONY: watch build
watch: export RUSTFLAGS=-C target-feature=+avx2
watch:
cargo watch -c
build: export RUSTFLAGS=-C target-feature=+avx2
build:
clear && cargo build
run: build
target/debug/grays
image: build
nerdctl --namespace=k8s.io build -t godrays -f kube/Dockerfile .
hi: image
cd kube/godrays && helm install godrays . && cd -
hu:
helm uninstall godrays