1
0
mirror of synced 2026-03-28 02:53:32 +00:00

Docs: Don't delete source/cell on make clean

This commit is contained in:
Krystine Sherwin
2024-05-27 16:42:06 +12:00
parent e78841ba45
commit 11d2cbced2

View File

@@ -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