Files
graphene/Runtime/Makefile

19 lines
193 B
Makefile

.PHONY: all
all:
.PHONY: clean
clean:
$(RM) *.a *.o *.so *.so.* pal_gdb* pal-*
.PHONY: distclean
distclean: clean
.PHONY: format
format:
.PHONY: test
test:
.PHONY: sgx-tokens
sgx-tokens: