/ Published in: Makefile
Expand |
Embed | Plain Text
make SCRIPT1=path1 SCRIPT2=path2 You can then use $(SCRIPT1) and $(SCRIPT2) to expand those appropriately inside the makefile.
You need to login to post a comment.
make SCRIPT1=path1 SCRIPT2=path2 You can then use $(SCRIPT1) and $(SCRIPT2) to expand those appropriately inside the makefile.
You need to login to post a comment.