Files
graphene/Scripts/Makefile
T
2020-02-12 01:09:21 +01:00

19 lines
181 B
Makefile

.PHONY: all
all: ;
.PHONY: clean
clean:
$(RM) -r __pycache__
.PHONY: distclean
distclean: clean
.PHONY: format
format: ;
.PHONY: test
test: ;
.PHONY: sgx-tokens
sgx-tokens: ;