diff --git a/training/web-dev/README.md b/training/web-dev/README.md index 0a65853..f7f51cb 100644 --- a/training/web-dev/README.md +++ b/training/web-dev/README.md @@ -186,6 +186,8 @@ Introduction: - [Linux Productivity Tools](https://www.usenix.org/sites/default/files/conference/protected-files/lisa19_maheshwari.pdf) - Do shell exercises, for instance on [Exercism](https://exercism.io/tracks/bash), [TLDP](https://tldp.org/LDP/abs/html/exercises.html), [HackerRank](https://www.hackerrank.com/domains/shell). - Learn about Docker, follow the [Official Docker Tutorial](https://docs.docker.com/get-started/) +- Learn about Makefile, follow the [Official introduction to + Makefiles](https://www.gnu.org/software/make/manual/html_node/Introduction.html). Advanced: