Skip to content

Commit

Permalink
Improve "refresh-requirements" make target
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 17, 2019
1 parent 0c81cb4 commit 47a4820
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Expand Up @@ -52,12 +52,10 @@ upload-requirements:
$(rshell) $(rshell_options) rsync dist-packages /flash/dist-packages


clean-requirements:
refresh-requirements:
rm -r dist-packages
$(rshell) $(rshell_options) rm -r /flash/dist-packages

refresh-requirements: clean-requirements
$(MAKE) install-requirements
$(rshell) $(rshell_options) rm -r /flash/dist-packages
$(MAKE) upload-requirements


Expand Down

0 comments on commit 47a4820

Please sign in to comment.