DemesneGH commented on code in PR #141:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/141#discussion_r1670153614


##########
examples/aes-rs/Makefile:
##########
@@ -26,10 +26,10 @@ TARGET_HOST ?= $(TARGET)
 TARGET_TA ?= $(TARGET)

Review Comment:
   Considering `examples/*/host/Makefile` and `examples/*/ta/Makefile` already 
have default assignment, I think this Makefile can be simplified to 
   ```
   all:
        @make -s -C host
        @make -s -C ta
   
   clean:
        @make -s -C host clean
        @make -s -C ta clean
   ```
   any comments?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to