aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:10:34 +1300
committerKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:10:34 +1300
commitf33a21eea4f63f19f467abc23aa903db85dbae0b (patch)
tree8aa8cc93667f1fa01445b3ff16efd95808045ed7
parentaeb40d4ddfab8c2f84caded7510d370d5512d43c (diff)
downloadyosys-f33a21eea4f63f19f467abc23aa903db85dbae0b.tar.gz
yosys-f33a21eea4f63f19f467abc23aa903db85dbae0b.tar.bz2
yosys-f33a21eea4f63f19f467abc23aa903db85dbae0b.zip
Removed manual from make clean
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57fa6e3a4..2816c1946 100644
--- a/Makefile
+++ b/Makefile
@@ -979,7 +979,6 @@ docs: docs/source/cmd/abc.rst docs/gen_images docs/guidelines
clean:
rm -rf share
rm -rf kernel/*.pyh
- if test -d manual; then cd manual && sh clean.sh; fi
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS) $(PY_WRAP_INCLUDES) $(PY_WRAPPER_FILE).cc
rm -f kernel/version_*.o kernel/version_*.cc
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d