build:
	cargo build

update:
	python3 scripts/update_codes.py

test:
	cargo test
