New make behavior where default target creates both C15 and C18 builds. In addition, the targets make C15 and make C18 will compile just their respective versions.
The new outputs are in the build\<version> directories, and the .bin files are moved to build for convenient access. They're named annepro2-shine-C15.bin and annepro2-shine-C15.bin respectively.
Online instructions will need to be updated with this change.
New make behavior where default target creates both C15 and C18 builds. In addition, the targets
make C15
andmake C18
will compile just their respective versions.The new outputs are in the
build\<version>
directories, and the.bin
files are moved tobuild
for convenient access. They're namedannepro2-shine-C15.bin
andannepro2-shine-C15.bin
respectively.Online instructions will need to be updated with this change.