Skip to content

Commit e417b69

Browse files
committed
Makefile: clear _output directory in clean target
Signed-off-by: Shreenidhi Shedi <[email protected]>
1 parent b8a1db1 commit e417b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ uninstall:
5858
$(RM) $(BINDIR)/containerd-fuse-overlayfs-grpc
5959

6060
clean:
61-
$(RM) -r $(CURDIR)/bin
61+
$(RM) -r $(CURDIR)/bin $(CURDIR)/_output
6262

6363
test:
6464
DOCKER_BUILDKIT=1 $(DOCKER) build -t containerd-fuse-overlayfs-test --build-arg FUSEOVERLAYFS_COMMIT=${FUSEOVERLAYFS_COMMIT} .

0 commit comments

Comments
 (0)