Closed ghost closed 4 years ago
Makefile does not remove all of the created files with make clean. Testadvanced3, and therefore testadvanced and testall, creates a tmp_output file, which remains in the folder even after make clean is used.
make clean
Testadvanced3
testadvanced
testall
Fixed with #2
Makefile does not remove all of the created files with
make clean
.Testadvanced3
, and thereforetestadvanced
andtestall
, creates a tmp_output file, which remains in the folder even aftermake clean
is used.