Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Update to make clean target
Browse files Browse the repository at this point in the history
Add attestation report file to make clean target

Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
  • Loading branch information
Ram-srini authored and dcmiddle committed Aug 26, 2020
1 parent c052f9f commit caa72bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Verifier_Link_Flags := -L$(DCAP_lib_path) -l$(DCAP_lib_name) $(SGX_COMMON_CFLAGS
Verifier_Cpp_Flags := $(Verifier_Include_Paths) -std=c++11
Verifier_Cpp_Objects := RelyingParty/Verifier.o
Verifier_Name := verifier
Attestation_report_file_name := attestation.bytes

######## Enclave Settings ########

Expand Down Expand Up @@ -227,3 +228,4 @@ $(Signed_Enclave_Name): $(Enclave_Name)
clean:
@rm -f $(App_Name) $(Enclave_Name) $(Signed_Enclave_Name) $(App_Cpp_Objects) App/Enclave_u.* $(Enclave_Cpp_Objects) Enclave/Enclave_t.*
@rm -f $(Verifier_Name) $(Verifier_Cpp_Objects)
@rm -f $(Attestation_report_file_name)

0 comments on commit caa72bd

Please sign in to comment.