Skip to content

Commit 14b64fe

Browse files
committed
Don't destroy linked build directory on clean
1 parent 8012114 commit 14b64fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.hugo_build.lock

Whitespace-only changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ build:
1111

1212
.PHONY: clean
1313
clean:
14-
rm -rf $(BUILDDIR)
14+
rm -rf $(BUILDDIR)/*

0 commit comments

Comments
 (0)