diff --git a/chapters/composability/lecture/Makefile b/chapters/composability/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/composability/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/chapters/dApps/lecture/Makefile b/chapters/dApps/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/dApps/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/chapters/protocol/lecture/Makefile b/chapters/protocol/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/protocol/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/chapters/security/lecture/Makefile b/chapters/security/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/security/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/chapters/smart-contracts/lecture/Makefile b/chapters/smart-contracts/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/smart-contracts/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/chapters/vm/lecture/Makefile b/chapters/vm/lecture/Makefile new file mode 100644 index 00000000..648f0b96 --- /dev/null +++ b/chapters/vm/lecture/Makefile @@ -0,0 +1 @@ +include ../../../common/makefile/slides.mk diff --git a/config.yaml b/config.yaml index bac08f68..e838cc48 100644 --- a/config.yaml +++ b/config.yaml @@ -12,15 +12,15 @@ make_assets: options: command: make locations: - - chapters/introduction/lecture/slides - - chapters/protocol/lecture/slides + - chapters/introduction/lecture + - chapters/protocol/lecture # - chapters/case-study/lecture/slides # - chapters/wallet/lecture/slides - - chapters/vm/lecture/slides - - chapters/smart-contracts/lecture/slides - - chapters/security/lecture/slides - - chapters/dApps/lecture/slides - - chapters/composability/lecture/slides + - chapters/vm/lecture + - chapters/smart-contracts/lecture + - chapters/security/lecture + - chapters/dApps/lecture + - chapters/composability/lecture args: - all