mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-20 04:36:43 +00:00
fd15780628
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.
19 lines
184 B
Makefile
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:
|