From c3013ecc04b8bf6e8610463cfac2620d02029fb5 Mon Sep 17 00:00:00 2001 From: "David J. Malan" <malan@harvard.edu> Date: Sat, 27 Jan 2024 03:54:56 -0500 Subject: [PATCH] outputting sizes in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d63bd9b..94b2727 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,6 @@ run: docker run --env LANG="$(LANG)" --interactive --publish-all --rm --security-opt seccomp=unconfined --tty --volume "$(PWD)":/home/ubuntu cs50/cli bash --login || true squash: depends + docker images cs50/codespace docker-squash --tag cs50/cli cs50/cli + docker images cs50/codespace