Skip to content

Commit

Permalink
Remove tags dependency (and *cough* reference to RTIMULib *cough*) fr…
Browse files Browse the repository at this point in the history
…om make develop
  • Loading branch information
bennuttall committed Aug 9, 2020
1 parent 3474543 commit f86d92d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@ tar: $(DIST_TAR)

dist: $(DIST_WHEEL) $(DIST_TAR) $(DIST_ZIP)

develop: tags
develop:
@# These have to be done separately to avoid a cockup...
$(PIP) install -U setuptools
$(PIP) install -U pip
$(PIP) install -e .[doc,test,master,slave,monitor,logger]
@# If we're in a venv, link the system's RTIMULib into it
ifeq ($(VIRTUAL_ENV),)
@echo "Virtualenv not detected! You may need to link python3-apt manually"
else
Expand Down

0 comments on commit f86d92d

Please sign in to comment.