From a8965f9c54f766535e5bbda12dfaa72125057e16 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Mon, 15 Feb 2021 09:54:10 +0100 Subject: [PATCH] Add Makefile --- training/web-dev/README.md | 2 ++ 1 file changed, 2 insertions(+) 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: