Files
graphene/Runtime/Makefile
Michał Kowalczyk fd15780628 [Pal] Rewrite GDB integration, part 1
For now only gdb-script and Python parts. This is mostly a clean-up of
both Linux and Linux-SGX integration which additionally removes some
annoying user prompts we had in the old scripts.
2020-09-22 00:47:46 +02:00

19 lines
184 B
Makefile

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