TexasInstruments / edgeai-app-stack

Repo which installs other Edge AI repos to build on PC and install on a target file system
Other
8 stars 4 forks source link

Fix small issue in Makefile #7

Closed kraln closed 1 month ago

kraln commented 2 months ago

The "Install Gst Apps" target in the Makefile switches to GST_APPS_PATH and then tries to immediately copy out of the GST_APPS_PATH/*, which will always fail.

This small patch removes the doubling (clipboard error?)