Created
April 2, 2022 04:24
-
-
Save ichramm/6dfa8e7d0dbbfb40657d52636b19d061 to your computer and use it in GitHub Desktop.
makefile list objs for binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(shell $(MAKE) -qp -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | grep $(shell echo $(OUTPUT_FILE) | sed 's|./||') | awk '{ for ( n=1; n<=NF; n++ ) if($$n ~ "[.]o$$") print $$n }') \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment