mirror of https://github.com/YosysHQ/yosys.git
Fixed "make clean" for out-of-tree builds
This commit is contained in:
parent
e4ef000b70
commit
fc20b1c3d2
2
Makefile
2
Makefile
|
@ -397,7 +397,7 @@ manual: $(TARGETS) $(EXTRA_TARGETS)
|
|||
|
||||
clean:
|
||||
rm -rf share
|
||||
cd manual && bash clean.sh
|
||||
if test -d manual; then cd manual && sh clean.sh; fi
|
||||
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS)
|
||||
rm -f kernel/version_*.o kernel/version_*.cc abc/abc-[0-9a-f]*
|
||||
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
|
||||
|
|
Loading…
Reference in New Issue