Updates the Makefile to update the readme
This commit is contained in:
5
Makefile
5
Makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PYTHON := $(shell which python3 2>/dev/null || which python)
|
PYTHON := $(shell which python3 2>/dev/null || which python)
|
||||||
|
|
||||||
all: install_requirements download combine
|
all: install_requirements download combine list
|
||||||
|
|
||||||
install_requirements:
|
install_requirements:
|
||||||
$(PYTHON) -m pip install -r lib/requirements.txt
|
$(PYTHON) -m pip install -r lib/requirements.txt
|
||||||
@@ -15,3 +15,6 @@ combine:
|
|||||||
|
|
||||||
validate:
|
validate:
|
||||||
$(PYTHON) lib/validate.py
|
$(PYTHON) lib/validate.py
|
||||||
|
|
||||||
|
list:
|
||||||
|
$(PYTHON) lib/list.py
|
||||||
|
|||||||
Reference in New Issue
Block a user