Skip to content

Commit

Permalink
Change dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Sep 22, 2023
1 parent f3df893 commit 1338e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/build_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int main() {
- Can have many targets with many dependencies
- If `target` **file** exists and is **not older** than its `dependencies` --- **nothing happens**!
- :bulb: This allows us to **avoid doing the work twice**!
- :bulb: A very good `make` tutorial: https://makefiletutorial.com
- :bulb: A very good `make` tutorial is [here](https://web.archive.org/web/20230826174108/https://makefiletutorial.com/)

---
# A [`Makefile`](code/make/simple_build/Makefile) to build C++ code
Expand Down

0 comments on commit 1338e54

Please sign in to comment.