This small PR fixes issue #25 by simply deleting the target.
This change fully complies to the feature advertised in the README.md: "When a target makes no output, no target file is created. The target is considered always out of date."
Deleting the target after it has been renamed and written as dependency for itself, causes the target to always be considered out of date.
This small PR fixes issue #25 by simply deleting the target.
This change fully complies to the feature advertised in the README.md: "When a target makes no output, no target file is created. The target is considered always out of date."
Deleting the target after it has been renamed and written as dependency for itself, causes the target to always be considered out of date.
This PR can be tested using my test project: https://github.com/lions-tech/redo-c-testproj
What do you think about this?