Makefile PHONYness fixes #29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "makefile-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Makefile has had some issues regarding Make remaking made recipes due to most of the recipes in the Makefile being PHONY. I went ahead and marked all PHONY recipes and made non-PHONY recipes for the build/bin files.
Pull request closed