3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-18 09:12:18 +00:00

Docs: Rename source/temp to source/generated

This commit is contained in:
Krystine Sherwin 2024-04-15 10:13:22 +12:00
parent 953f5bbe6c
commit 73d021562f
No known key found for this signature in database
5 changed files with 14 additions and 13 deletions

View file

@ -48,6 +48,7 @@ help:
clean: clean-examples
rm -rf $(BUILDDIR)/*
rm -rf source/cmd util/__pycache__
rm -rf source/generated
$(MAKE) -C source/_images clean
.PHONY: html