File size: 291 Bytes
efdd40d
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: help install validate

help:
	@echo "Targets:"
	@echo "  make install   - install dev dependencies"
	@echo "  make validate  - validate sample log against schema"

install:
	python -m pip install --upgrade pip
	python -m pip install jsonschema

validate:
	python scripts/validate.py