Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert committed Feb 16, 2024
1 parent d7e4383 commit 5771a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ clean:
docker image rm $(IMAGE_NAME); \
fi

if [ ! -d .gt_cache* ]; then \
if [ -d .gt_cache* ]; then \
rm -r .gt_cache*; \
fi

Expand Down

0 comments on commit 5771a0a

Please sign in to comment.