Changed the Makefile to have an explicit `CXXSTD` parameter which allows for the...
authorAki Van Ness <aki@yosyshq.com>
Thu, 28 Oct 2021 00:02:33 +0000 (20:02 -0400)
committerAki Van Ness <aki@yosyshq.com>
Mon, 1 Nov 2021 00:07:30 +0000 (20:07 -0400)
commitad81cff82384e0bd953fed87d7dc771544144f0e
treed58704684cd9464ccfbe1ca391b4f26e607d9c14
parentdd06d2364940fbcdf18ade886c71fd39fba0914b
Changed the Makefile to have an explicit `CXXSTD` parameter which allows for the setting of other C++ standards, the default is `c++11`
Makefile