## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-07-11|2021-07-11]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-07-13|2021-07-13]]
- [[Make]] [What is a Makefile and how does it work?][1]
- [[Make]] [C++ Programming Tutorial 75 - Creating a Simple Makefile][2]
- [[Make]] [makefiles: the problem][3]
- [[Make]] [How to Create a Simple Makefile - Introduction to Makefiles][4]
- [[Make]] [How To Manage Your Dotfiles With Make][5]
[1]: https://opensource.com/article/18/8/what-how-makefile
[2]: https://youtu.be/6Gw1rNyTJWA
[3]: https://calmcode.io/makefiles/the-problem.html
[4]: https://youtu.be/_r7i5X0rXJk
[5]: https://youtu.be/aP8eggU2CaU