Lab 1 On branch main with Makefile To compile executable file with array of double make MODE=double # compile file with array of double make # compile file with array of float Other options make clean # delete object files from build directory make delete # delete build directory make run # run executable file Result with double 6.28319e-07 # <- step 3.68912e-10 # <- sum Result with float 6.28319e-07 # <- step -0.213894 # <- sum