.PHONY: all
all: ;

.PHONY: clean
clean:
	$(RM) -r __pycache__

.PHONY: distclean
distclean: clean

.PHONY: format
format: ;

.PHONY: test
test: ;

.PHONY: sgx-tokens
sgx-tokens: ;
