tddec-code
tddec-code copied to clipboard
make and make clean
Maybe obvious but...
Running make in tddec-code builds cpputest. Is required in order to build the rest of the code in the sub folders. Executing make clean in tddec-code removes cpputest and it will not longer be possible to build the code in the sub folders. Running make clean in sub folders does not touch cpputest.
Thank's for a great book!