Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent 87b91e7 commit b1ae1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ install: build

.PHONY: python
python:
@PIP=$(PIP) PIP_OPTS="--ignore-installed" bash-tools/python_pip_install_if_absent.sh requirements.txt
@PIP=$(PIP) PIP_OPTS="--ignore-installed" bash-tools/python/python_pip_install_if_absent.sh requirements.txt
@echo
$(MAKE) pycompile
@echo
@echo 'BUILD SUCCESSFUL (REPO)'

.PHONY: test
test:
bash-tools/check_all.sh
bash-tools/checks/check_all.sh

.PHONY: clean
clean:
Expand Down

0 comments on commit b1ae1c0

Please sign in to comment.