diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-29 12:15:38 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-29 12:15:38 +0100 |
commit | cbe77bf84465ea0c4120e865189b07329b862468 (patch) | |
tree | 17728929b55a1ea72fb62b40b7d22a3989ab6de7 /manual/PRESENTATION_Intro/Makefile | |
parent | aceab5fc08ccba493b81cced8f24406ae76ac7bc (diff) | |
download | yosys-cbe77bf84465ea0c4120e865189b07329b862468.tar.gz yosys-cbe77bf84465ea0c4120e865189b07329b862468.tar.bz2 yosys-cbe77bf84465ea0c4120e865189b07329b862468.zip |
presentation progress
Diffstat (limited to 'manual/PRESENTATION_Intro/Makefile')
-rw-r--r-- | manual/PRESENTATION_Intro/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/PRESENTATION_Intro/Makefile b/manual/PRESENTATION_Intro/Makefile new file mode 100644 index 000000000..abc354e46 --- /dev/null +++ b/manual/PRESENTATION_Intro/Makefile @@ -0,0 +1,10 @@ + +all: counter_00.pdf counter_01.pdf counter_02.pdf counter_03.pdf + +counter_00.pdf: counter.v counter.ys mycells.lib + ../../yosys counter.ys + +counter_01.pdf: counter_00.pdf +counter_02.pdf: counter_00.pdf +counter_03.pdf: counter_00.pdf + |