projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dbf12
)
Added "make clean-abc"
author
Clifford Wolf
<clifford@clifford.at>
Fri, 25 Jul 2014 01:17:06 +0000
(
03:17
+0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 25 Jul 2014 01:41:53 +0000
(
03:41
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c96cdeabb16e76b66cf6f439274d56f24819b1df..29c6113ff1c1be079fc81ccd7fe0bc1ed6d0b461 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-248,6
+248,10
@@
clean:
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
test ! -f libs/svgviewer/Makefile || make -C libs/svgviewer distclean
+clean-abc:
+ make -C abc clean
+ rm -f yosys-abc abc/abc-[0-9a-f]*
+
mrproper: clean
git clean -xdf