3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-23 16:04:37 +00:00

hotfix: headers mistakenly added to clean target

- fix `make clean` deleting a number of headers when ENABLE_PYOSYS is set to 1
This commit is contained in:
Mohamed Gaber 2025-10-18 15:59:17 +03:00 committed by Lofty
parent 272aa9cde2
commit b510c36162

View file

@ -1131,7 +1131,7 @@ docs: docs/prep
clean: clean-py
rm -rf share
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS) $(PY_WRAP_INCLUDES)
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS)
rm -f kernel/version_*.o kernel/version_*.cc
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
rm -rf tests/asicworld/*.out tests/asicworld/*.log