diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-07-23 14:19:47 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-07-23 14:19:47 +0200 |
commit | d815f1c77016a50a58260188283918c7aec958ae (patch) | |
tree | ef8991e100a94ca7abb5767fe99e343930841c21 /Makefile | |
parent | 3bb199615157212a34b0bc43b19b6379ea2f45b6 (diff) | |
download | yosys-d815f1c77016a50a58260188283918c7aec958ae.tar.gz yosys-d815f1c77016a50a58260188283918c7aec958ae.tar.bz2 yosys-d815f1c77016a50a58260188283918c7aec958ae.zip |
Fixed "make clean" for manual files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ manual: clean: rm -f $(OBJS) $(GENFILES) $(TARGETS) rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d - cd manual && rm *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc + cd manual && rm -f *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc test ! -f libs/svgviewer/Makefile || make -C libs/svgviewer distclean mrproper: clean |