From 4eea97b4e8e5af2a2d8964b3de90fda29ed08c64 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 18 Apr 2023 18:46:39 +0100 Subject: [PATCH] Updates the Makefile to update the readme --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e3e585..7dd08b5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON := $(shell which python3 2>/dev/null || which python) -all: install_requirements download combine +all: install_requirements download combine list install_requirements: $(PYTHON) -m pip install -r lib/requirements.txt @@ -15,3 +15,6 @@ combine: validate: $(PYTHON) lib/validate.py + +list: + $(PYTHON) lib/list.py