Skip to content

Commit 5ea0608

Browse files
committed
clean-all shouldn't delete docs
We need this target for docker cross compilation.
1 parent 1191f88 commit 5ea0608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ clean:
257257

258258
clean-all: clean
259259
$(call msg,CLEAN-ALL)
260-
$(Q)rm -rf docs/*.html
261260
$(Q)rm -f $(SVGS)
262261
$(Q)rm -rf include
263262
$(Q)make -C $(LIBBPF_SRC) clean

0 commit comments

Comments
 (0)