Use GCCVER only if defined
Created by: fxcoudert
Suggestion: right now, to use a specific version number, the user must edit the Makefile. With this change, GCCVER
is used if it is defined. You can run:
-
make atomes GCCVER=12
, which will set the compilers togcc-12
etc. -
make atomes
without version specified will set the compilers togcc
etc.