diff options
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 + |