github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/file/cataloger/executable/test-fixtures/shared-info/project/Makefile (about) 1 # invoke all make files in subdirectories 2 .PHONY: all hello libhello 3 4 all: hello libhello ../bin/gcc-amd64-darwin-exec-debug 5 6 hello: 7 $(MAKE) -C hello 8 9 libhello: 10 $(MAKE) -C libhello 11 12 ../bin/gcc-amd64-darwin-exec-debug: 13 curl -L -o ../bin/gcc-amd64-darwin-exec-debug https://github.com/golang/tools/raw/9ed98faabadd2cb94de86d5290b1c6942b7c4877/cmd/splitdwarf/internal/macho/testdata/gcc-amd64-darwin-exec-debug