Skip to content

Commit

Permalink
Add the order of compilation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Apr 8, 2021
1 parent 5db61b5 commit ddc1581
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 @@ -37,13 +37,13 @@ push:
install: gle client coordinator gae gie

.PHONY: client
client:
client: gle
cd $(WORKING_DIR)/python && \
pip3 install -r requirements.txt -r requirements-dev.txt && \
python3 setup.py install --user

.PHONY: coordinator
coordinator:
coordinator: client
cd $(WORKING_DIR)/coordinator && \
pip3 install -r requirements.txt -r requirements-dev.txt && \
python3 setup.py install --user
Expand Down

0 comments on commit ddc1581

Please sign in to comment.