3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Fixing makefile

This commit is contained in:
Krystine Sherwin 2023-10-12 04:50:27 +13:00
parent 8335044c35
commit ebcbb94a21
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -971,7 +971,7 @@ docs/source/cmd/abc.rst: $(TARGETS) $(EXTRA_TARGETS)
PHONY: docs/gen_images docs/guidelines
docs/gen_images:
$(Q) $(MAKE) -C docs/images all
$(Q) $(MAKE) -C docs/source/_images all
DOCS_GUIDELINE_FILES := GettingStarted CodingStyle
docs/guidelines: