Skip to content

Commit

Permalink
Add Makefile to lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 12, 2023
1 parent 0454afe commit 4ec9288
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions chapters/composability/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
1 change: 1 addition & 0 deletions chapters/dApps/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
1 change: 1 addition & 0 deletions chapters/protocol/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
1 change: 1 addition & 0 deletions chapters/security/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
1 change: 1 addition & 0 deletions chapters/smart-contracts/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
1 change: 1 addition & 0 deletions chapters/vm/lecture/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../common/makefile/slides.mk
14 changes: 7 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ec9288

Please sign in to comment.