occlum/tools/Makefile
2019-08-31 06:01:16 +00:00

12 lines
393 B
Makefile

.PHONY: all clean
all:
@mkdir -p ../build/bin/
@ln -s -f ../../tools/occlum ../build/bin/occlum
@ln -s -f ../../tools/occlum-build-enclave ../build/bin/occlum-build-enclave
@ln -s -f ../../tools/occlum-gen-default-occlum-json ../build/bin/occlum-gen-default-occlum-json
@$(MAKE) --no-print-directory -C protect-integrity
clean:
@$(MAKE) --no-print-directory -C protect-integrity clean