We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272aa9c commit b510c36Copy full SHA for b510c36
Makefile
@@ -1131,7 +1131,7 @@ docs: docs/prep
1131
1132
clean: clean-py
1133
rm -rf share
1134
- rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS) $(PY_WRAP_INCLUDES)
+ rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS)
1135
rm -f kernel/version_*.o kernel/version_*.cc
1136
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
1137
rm -rf tests/asicworld/*.out tests/asicworld/*.log
0 commit comments