The tarball target depends on all the dependencies, but the automatic variable `$<` means "the first dependency". It should be "all deps", or `$^`.
1.4 KiB
1.4 KiB
The tarball target depends on all the dependencies, but the automatic variable `$<` means "the first dependency". It should be "all deps", or `$^`.