Skip to content

Commit

Permalink
Docs: Don't delete source/cell on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 27, 2024
1 parent 5f81b8d commit 16cbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ help:
.PHONY: clean
clean: clean-examples
rm -rf $(BUILDDIR)/*
rm -rf source/cell source/cmd util/__pycache__
rm -rf source/cmd util/__pycache__
rm -rf source/generated
$(MAKE) -C source/_images clean

Expand Down

0 comments on commit 16cbd56

Please sign in to comment.