summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_Intro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/PRESENTATION_Intro/Makefile')
-rw-r--r--manual/PRESENTATION_Intro/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/PRESENTATION_Intro/Makefile b/manual/PRESENTATION_Intro/Makefile
new file mode 100644
index 00000000..abc354e4
--- /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
+