aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-02-28 13:13:56 +0100
committerClifford Wolf <clifford@clifford.at>2013-02-28 13:13:56 +0100
commit6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f (patch)
treeeee26a50c006f1ea6598bb788cce5f44d6786858 /Makefile
parenteb2df220dfd26ff1439e22f6715bb5d86fc1a851 (diff)
downloadyosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.tar.gz
yosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.tar.bz2
yosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.zip
Added help for command line options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 18daca64c..7be911fb7 100644
--- a/Makefile
+++ b/Makefile
@@ -52,10 +52,6 @@ test: yosys
cd tests/hana && bash run-test.sh
cd tests/asicworld && bash run-test.sh
-help:
- @find -name '*.cc' | xargs egrep -h '(Pass|Frontend|Backend)\(".*"\)' | \
- sed 's,.*: ,,; s, .*,,;' | sort | tr '\n' '\t' | expand -t25 | fmt
-
install: yosys
install yosys /usr/local/bin/yosys