Skip to content

Commit

Permalink
Correct the setup garbage collection target
Browse files Browse the repository at this point in the history
  • Loading branch information
weshouman committed Dec 18, 2023
1 parent 62a27f8 commit 16d36dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build_debug: # run a bash into the container for debugging
docker run -it --rm -v $$(pwd)/out:/pkg debian-package-builder /bin/bash

build_clean:
docker rm debian-package-builder
docker rmi debian-package-builder

0 comments on commit 16d36dd

Please sign in to comment.