Skip to content

Commit c8a74bb

Browse files
committed
make clean should remove /work
1 parent 76ac6d8 commit c8a74bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ clean:
156156
@echo "Cleaning up your local folders..."
157157
rm -rf llama-stack/
158158
rm -rf providers.d/
159+
rm -rf work/
159160
@echo "Removing ansible-chatbot-stack images..."
160161
docker rmi -f $$(docker images -a -q --filter reference=ansible-chatbot-stack) || true
161162
@echo "Removing ansible-chatbot-stack containers..."

0 commit comments

Comments
 (0)