Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Include exemplar data in distribution zip (#43) (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorgou authored Oct 27, 2022
1 parent f84d4fb commit d48ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ notes.pdf: combined.ipynb Makefile
mv combined.pdf notes.pdf

notebooks.zip: ${NBV2}
zip -r notebooks $^
zip -r notebooks $^ 01-beginner/data/*

.PHONY: ready

Expand Down

0 comments on commit d48ae65

Please sign in to comment.