• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Makefile not updating when dependency changed

Resolved: Makefile not updating when dependency changed

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

this can’t really work, in general. This tells make, “go find all the files that exist with the filename matching the wildcard ./data/tables/*.docx“. E.g., that’s the same thing you’d get if you run ls ./data/tables/*.docx before you started make.
But of course, if you haven’t built anything yet then there are no files matching that pattern, because that’s what you’re asking make to build. So this expands to nothing and make won’t do anything with them.
You have to list the targets that you want to build explicitly, or else convert them from the source files you want them to be built from, so you can tell make what it should be building.
For example, maybe:

If you have better answer, please add a comment about this, thank you!

makefile
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: How can I implement a function depending on picked up items?

01/04/2023

Resolved: Azuer Service Bus SDK not receiving the specified messages

01/04/2023

Resolved: how to change date format from 201904 to Apr-19 in excel

01/04/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.