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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to