Explorar el Código

[PAL/Linux-SGX] Makefile: Let make clean work for sgx-driver

Jia Zhang hace 5 años
padre
commit
4ca3c39cf2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Pal/src/host/Linux-SGX/Makefile

+ 1 - 0
Pal/src/host/Linux-SGX/Makefile

@@ -101,6 +101,7 @@ CLEAN_FILES += $(ias_cert_file) quote/generated-cacert.h
 clean:
 	rm -rf *.o *.e *.i *.s $(host_files) $(CLEAN_FILES) *.d debugger/*.d signer/*.pyc __pycache__ \
 	       signer/__pycache__
+	$(MAKE) -C sgx-driver $@
 
 .PHONY: test
 test: