open-horizon-services / service-yolo-cpu

Apache License 2.0
0 stars 3 forks source link

Makefile fails due to missing dependencies #9

Open joewxboy opened 7 months ago

joewxboy commented 7 months ago

The Makefile points to two external dependencies that are not present in the codebase. The Makefile does not run.

% make build
Makefile:4: ../../checks.mk: No such file or directory
make: ../../helper: Command not found
make: *** No rule to make target `../../checks.mk'.  Stop.

I could not find those files (checks.mk and helper) in any of the yolo examples or in the Open Horizon examples repos.

joewxboy commented 7 months ago

@t-fine Any recommendations?