Make clean rules more portable

(If this directory were ever to move using ../../ is insufficient. Use the WOLFSS_ROOT variable instead.
This commit is contained in:
Kaleb Himes
2018-01-09 10:48:13 -07:00
committed by GitHub
parent effb751204
commit 30f8f7d409

View File

@ -142,4 +142,4 @@ libwolfssl.sgx.static.lib.a: $(Wolfssl_C_Objects)
@echo "LINK => $@"
clean:
@rm -f ../../wolfcrypt/benchmark/*.o ../../wolfcrypt/test/*.o static_trusted/wolfssl_t.* libwolfssl.sgx.static.lib.a $(Wolfssl_C_Objects)
@rm -f $(WOLFSSL_ROOT)/wolfcrypt/benchmark/*.o $(WOLFSSL_ROOT)/wolfcrypt/test/*.o static_trusted/wolfssl_t.* libwolfssl.sgx.static.lib.a $(Wolfssl_C_Objects)