Skip to content

Commit

Permalink
rename targets to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 1, 2018
1 parent 3a90382 commit 34f34d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean images image% launch notebook% package dist run test test% shell shell% dist-run dist-run%
.PHONY: clean all-images image% launch notebook% package dist run test all-tests test% shell shell% dist-run dist-run%

NB_UID=$(shell id -u)
NB_GID=$(shell id -g)
Expand All @@ -8,7 +8,7 @@ IMAGE=rstudio/rsconnect-jupyter-py
clean:
rm -rf build/ dist/ rsconnect.egg-info/

images: image2 image3.5 image3.6 image3.7
all-images: image2 image3.5 image3.6 image3.7

image%:
docker build \
Expand All @@ -35,7 +35,7 @@ launch:
notebook%:
make DOCKER_IMAGE=$(IMAGE)$* PY_VERSION=$* TARGET=run launch

tests: test2 test3.5 test3.6 test3.7
all-tests: test2 test3.5 test3.6 test3.7

test:
# TODO run in container
Expand Down

0 comments on commit 34f34d9

Please sign in to comment.