.PHONY: all clean csonar_facing all: $(SRCDIR)/python_component.py # Invoke codesonar python_scan.py to analyze the Python source file with Pylint, # then import the SARIF results and the source file into the project. csonar_facing: $(SRCDIR)/python_component.py "$(CSONAR)"/codesonar/bin/codesonar python_scan.py -include-sources "$(SRCDIR)/python_component.py" clean: