Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Werner <[email protected]>
  • Loading branch information
jgwerner committed Mar 27, 2024
1 parent 240a233 commit 58c195e
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 @@ -13,8 +13,7 @@ VENV_ACTIVATE=. ${VENV_BIN}/activate
PYTHON=${VENV_BIN}/python3

# Need to list the images in build dependency order
ALL_STACKS:=umich-notebook \
umich-grader
ALL_STACKS:=umich-notebook

ALL_IMAGES:=$(ALL_STACKS)

Expand Down

0 comments on commit 58c195e

Please sign in to comment.