mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
For detection of SGX/non-SGX (for example in regression tests) always use the SGX environment variable. To generate launch/EINIT tokens use the new 'sgx-tokens' Make target.
16 lines
157 B
Makefile
16 lines
157 B
Makefile
.PHONY: all
|
|
all:
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -f *.a *.o *.so *.so.* pal_gdb* pal-*
|
|
|
|
.PHONY: format
|
|
format:
|
|
|
|
.PHONY: test
|
|
test:
|
|
|
|
.PHONY: sgx-tokens
|
|
sgx-tokens:
|