Xilinx / SDAccel_Examples

SDAccel Examples
Other
354 stars 211 forks source link

Update Makefile #37

Closed JoyceLi-Xilinx closed 5 years ago

JoyceLi-Xilinx commented 5 years ago

I think 'CLFLAGS +=' should be used here otherwise the inputs to 'make' can not be picked up. The xocc command line will always be like: xocc -t -f --save--temps

heeran-xilinx commented 5 years ago

Hi @JoyceLi-Xilinx , Thanks for finding the bug in Makefile and sending the pull request. This pull request changes are no longer needed as suggested fix is made available for all Examples.

-Heera