From 8420e1e39769ee395fb4c67dbb1ff9c93cdf8e0d Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Mon, 10 Jul 2017 22:12:18 +0200 Subject: [PATCH] Added missing dependencies to the makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8d29fd..71affee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -README.md: header.md cli-apps.md +README.md: header.md cli-apps.md resources.yaml cat header.md cli-apps.md > README.md -cli-apps.md: cli2md.py cli-apps.yaml +cli-apps.md: cli2md.py cli-apps.yaml resources.yaml python3 cli2md.py > cli-apps.md