move Makefile variable assignment

This commit is contained in:
nhmall
2022-11-14 00:22:32 -05:00
parent 0666a1c5da
commit dcb1250ed6

View File

@@ -147,9 +147,9 @@ CCXX=clang++ -std=c++17
endif # clang++ greater than or equal to 14
endif # CPLUSPLUS_NEED17
endif # end of clang++-specific section
CXX=$(CCXX)
endif # CPLUSPLUS_NEEDED
CXX=$(CCXX)
endif # MAKEFILE_SRC
#end of compiler.370